File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ jobs:
94
94
wasi :
95
95
runs-on : ubuntu-latest
96
96
env :
97
- GHC_WASM_META_REV : c0aa3bb7d88bb6ec809210e17658dd1ed64ba66c
97
+ GHC_WASM_META_REV : 7927129e42bcd6a54b9e06e26455803fa4878261
98
98
strategy :
99
99
matrix :
100
- ghc : ['9.6', '9.8']
100
+ ghc : ['9.6', '9.8', '9.10', '9.12' ]
101
101
fail-fast : false
102
102
steps :
103
103
- name : setup-ghc-wasm32-wasi
104
104
run : |
105
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
106
+ 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
107
./setup.sh
108
108
~/.ghc-wasm/add_to_github_path.sh
109
109
env :
You can’t perform that action at this time.
0 commit comments