Skip to content

Commit

Permalink
fix: use sudo for apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
NotActuallyTerry authored Jul 15, 2023
1 parent cecedf6 commit 906d868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- id: init
run: |
apt-get install musl-tools
sudo apt-get install musl-tools
rustup toolchain install stable --profile minimal
rustup target add x86_64-unknown-linux-musl
echo "##[set-output name=sha7;]$(echo ${GITHUB_SHA:0:7})"
Expand Down

0 comments on commit 906d868

Please sign in to comment.