diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-01-26 15:27:04 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-01-26 15:27:04 +0100 |
| commit | ab6a39ae6a2e1ca92449863f1b0a1472d8ec8a70 (patch) | |
| tree | e9ea4dd9397ba880f7e82c2b19c6e6346571763c /.github/workflows | |
| parent | bed5f13e0c50c44c8b98f5f758ba487a198931ec (diff) | |
ci: fix ci
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6f6fc10..91df17f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,6 +20,7 @@ jobs: run: | rustup update stable rustup update nightly + rustup target add wasm32-unknown-unknown sudo apt-get install -y binaryen - name: Build wasm @@ -46,6 +47,7 @@ jobs: - name: Install nightly Rust toolchain & Binaryen run: | rustup update nightly + rustup target add wasm32-unknown-unknown sudo apt-get install -y binaryen - name: Build wasm |
