Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
sadministrator committed Jan 31, 2024
1 parent 085383b commit 54108be
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 @@ -36,7 +36,7 @@ jobs:
cp target/x86_64-apple-darwin/release/earendil earendil.app/Contents/MacOS/earendil
zip -r earendil-macos.zip earendil.app
else
apt-get update && apt-get install -y musl-tools musl-gcc
sudo apt-get update && apt-get install -y musl-tools musl-gcc
rustup target add x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl
zip -r earendil-linux.zip target/x86_64-unknown-linux-musl/release/earendil
Expand Down

0 comments on commit 54108be

Please sign in to comment.