We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7189eb3 commit 7f98cb5Copy full SHA for 7f98cb5
.github/workflows/release-client.yml
@@ -23,7 +23,7 @@ jobs:
23
submodules: true
24
25
- name: Install deps
26
- run: sudo apt -y install protobuf-compiler lld
+ run: sudo apt -y install protobuf-compiler
27
28
- name: Install & display rust toolchain
29
run: rustup show
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
- run: sudo apt -y install protobuf-compiler
+ run: sudo apt -y install protobuf-compiler lld
60
61
- name: aarch64 setup
62
if: contains(matrix.target, 'aarch64')
0 commit comments