Skip to content

Commit

Permalink
CI: Try to install newer wasm2wat & wat2wasm: Vol. 3
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Aug 8, 2023
1 parent a3e0beb commit a7285b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-wasm-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ cargo install pwasm-utils-cli --bin wasm-prune --force
if [[ "$OSTYPE" == "linux-gnu" ]]; then
set -e

apt-get install -y wabt
sudo apt-get install -y wabt
fi

echo ""
Expand Down

0 comments on commit a7285b8

Please sign in to comment.