Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Dec 16, 2024
1 parent 48c67ea commit f6a08c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Add aarch64
if: ${{ matrix.platform.target }} == "aarch64"
run: |
apt-get install musl-tools clang llvm -y
sudo apt-get install musl-tools clang llvm -y
echo CC_aarch64_unknown_linux_musl=clang >> $GITHUB_ENV
echo AR_aarch64_unknown_linux_musl=llvm-ar >> $GITHUB_ENV
echo 'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS="-Clink-self-contained=yes -Clinker=rust-lld"' >> $GITHUB_ENV
Expand Down

0 comments on commit f6a08c8

Please sign in to comment.