We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84fcbb commit 7c7a3edCopy full SHA for 7c7a3ed
1 file changed
.github/workflows/other.yml
@@ -94,16 +94,16 @@ jobs:
94
wasi:
95
runs-on: ubuntu-latest
96
env:
97
- GHC_WASM_META_REV: c0aa3bb7d88bb6ec809210e17658dd1ed64ba66c
+ GHC_WASM_META_REV: 7927129e42bcd6a54b9e06e26455803fa4878261
98
strategy:
99
matrix:
100
- ghc: ['9.6', '9.8']
+ ghc: ['9.6', '9.8', '9.10', '9.12']
101
fail-fast: false
102
steps:
103
- name: setup-ghc-wasm32-wasi
104
run: |
105
cd $(mktemp -d)
106
- curl -L https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/archive/$GHC_WASM_META_REV/ghc-wasm-meta.tar.gz | tar xz --strip-components=1
+ curl -L https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/archive/$GHC_WASM_META_REV/ghc-wasm-meta.tar.gz | tar xz --strip-components=1
107
./setup.sh
108
~/.ghc-wasm/add_to_github_path.sh
109
0 commit comments