Skip to content

Commit 7f98cb5

Browse files
committed
Incorrect location
1 parent 7189eb3 commit 7f98cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-client.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: true
2424

2525
- name: Install deps
26-
run: sudo apt -y install protobuf-compiler lld
26+
run: sudo apt -y install protobuf-compiler
2727

2828
- name: Install & display rust toolchain
2929
run: rustup show
@@ -56,7 +56,7 @@ jobs:
5656
submodules: true
5757

5858
- name: Install deps
59-
run: sudo apt -y install protobuf-compiler
59+
run: sudo apt -y install protobuf-compiler lld
6060

6161
- name: aarch64 setup
6262
if: contains(matrix.target, 'aarch64')

0 commit comments

Comments
 (0)