Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 27, 2024
1 parent 5eb1f7c commit c68877d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shared-key: ${{ matrix.os }}
workspaces: src/nerdbank-zcash-rust

- run: apt install g++-10-aarch64-linux-gnu libstdc++-10-dev-arm64-cross gcc-10 g++-10
- run: sudo apt-get install g++-10-aarch64-linux-gnu libstdc++-10-dev-arm64-cross gcc-10 g++-10
if: matrix.os == 'ubuntu-20.04'

- name: Set up JDK 17
Expand Down

0 comments on commit c68877d

Please sign in to comment.