Skip to content

Commit

Permalink
use sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 27, 2024
1 parent b27c925 commit b51f469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Build Rust dependencies (Linux)
if: ${{ contains(matrix.os-name, 'linux') }}
run: |
apt update && apt install -y musl-dev
sudo apt update && sudo apt install -y musl-dev
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-gnu-gcc
export CC=aarch64-linux-gnu-gcc
cargo build --target aarch64-unknown-linux-musl --release
Expand Down

0 comments on commit b51f469

Please sign in to comment.