Skip to content

Commit 8fe3cc6

Browse files
committed
CI hell continues
1 parent dc522cf commit 8fe3cc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-wasm32-wasi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616

1717
- name: Build
1818
run: |
19+
nix shell "gitlab:haskell-wasm/ghc-wasm-meta?host=gitlab.haskell.org&rev=${GHC_WASM_META}"#{wasmtime,wasm32-wasi-cabal-9_12,wasm32-wasi-ghc-9_12} --command \
20+
wasm32-wasi-cabal update
1921
nix shell "gitlab:haskell-wasm/ghc-wasm-meta?host=gitlab.haskell.org&rev=${GHC_WASM_META}"#{wasmtime,wasm32-wasi-cabal-9_12,wasm32-wasi-ghc-9_12} --command \
2022
wasm32-wasi-cabal build
2123
2224
- name: Test
2325
run: |
2426
nix shell "gitlab:haskell-wasm/ghc-wasm-meta?host=gitlab.haskell.org&rev=${GHC_WASM_META}"#{wasmtime,wasm32-wasi-cabal-9_12,wasm32-wasi-ghc-9_12} --command \
25-
wasm32-wasi-cabal test --enable-tests --test-wrapper ./tests/run-wasmtime.sh
27+
wasm32-wasi-cabal test --test-wrapper ./tests/run-wasmtime.sh

0 commit comments

Comments
 (0)