diff options
| author | gingerBill <bill@gingerbill.org> | 2025-03-07 11:18:19 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-03-07 11:18:19 +0000 |
| commit | d011cb871e48ff88f0884965e9528e7371e23fdb (patch) | |
| tree | 1b1928f8a2afa87e6fdbf6607d6f39639cb17b0a | |
| parent | 7f61e53286581cac121386a0d9eaadc6b92ec816 (diff) | |
Remove `.wasm` from CI
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc4240b04..1e199c87d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: - name: Run demo on WASI WASM32 run: | - ./odin build examples/demo -target:wasi_wasm32 -vet -strict-style -disallow-do -out:demo.wasm + ./odin build examples/demo -target:wasi_wasm32 -vet -strict-style -disallow-do -out:demo wasmtime ./demo.wasm if: matrix.os == 'macos-14' |