Skip to content

Commit

Permalink
Remove sudo from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingTil committed Feb 24, 2024
1 parent 44c2648 commit 0c974d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

# Install binaryen
sudo apt install binaryen
apt install binaryen

# Get Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
Expand Down

0 comments on commit 0c974d3

Please sign in to comment.