We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfb82e commit 08f3931Copy full SHA for 08f3931
.github/workflows/ci.yaml
@@ -56,7 +56,7 @@ jobs:
56
make clean-enclave
57
58
Build-Contracts:
59
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
60
steps:
61
- uses: actions/checkout@v3
62
- name: Download sccache
scripts/install-wasm-tools.sh
@@ -81,16 +81,7 @@ cargo install pwasm-utils-cli --bin wasm-prune --force
81
if [[ "$OSTYPE" == "linux-gnu" ]]; then
82
set -e
83
84
- tmp=`mktemp -d`
85
- pushd $tmp > /dev/null
86
-
87
- echo "Downloading wabt_1.0.33-1_amd64.deb";
88
- wget 'https://launchpad.net/ubuntu/+archive/primary/+files/wabt_1.0.33-1_amd64.deb'
89
90
- echo "Installing wasm2wat & wat2wasm into ~/.cargo/bin"
91
- sudo dpkg -i wabt_1.0.33-1_amd64.deb
92
93
- popd > /dev/null
+ sudo apt-get install -y wabt
94
fi
95
96
echo ""
0 commit comments