diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-26 15:28:37 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-26 15:28:37 +0100 |
| commit | 6fd283b06c4912f5d3408b2072cbc3c4e195a236 (patch) | |
| tree | 995220520d85a69da5f479d262e52eb194bfa593 /.github/workflows | |
| parent | ab6a39ae6a2e1ca92449863f1b0a1472d8ec8a70 (diff) | |
ci: fix ci
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 91df17f..9061eb8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: rustup update stable rustup update nightly rustup target add wasm32-unknown-unknown - sudo apt-get install -y binaryen + sudo apt-get install -y binaryen wabt - name: Build wasm run: ./examples/rust/build.sh @@ -48,7 +48,7 @@ jobs: run: | rustup update nightly rustup target add wasm32-unknown-unknown - sudo apt-get install -y binaryen + sudo apt-get install -y binaryen wabt - name: Build wasm run: ./examples/rust/build.sh |
