Skip to content

Commit

Permalink
Incorrect location
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Sep 9, 2024
1 parent 7189eb3 commit 7f98cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
submodules: true

- name: Install deps
run: sudo apt -y install protobuf-compiler lld
run: sudo apt -y install protobuf-compiler

- name: Install & display rust toolchain
run: rustup show
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
submodules: true

- name: Install deps
run: sudo apt -y install protobuf-compiler
run: sudo apt -y install protobuf-compiler lld

- name: aarch64 setup
if: contains(matrix.target, 'aarch64')
Expand Down

0 comments on commit 7f98cb5

Please sign in to comment.