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:
9494 wasi :
9595 runs-on : ubuntu-latest
9696 env :
97- GHC_WASM_META_REV : c0aa3bb7d88bb6ec809210e17658dd1ed64ba66c
97+ GHC_WASM_META_REV : 7927129e42bcd6a54b9e06e26455803fa4878261
9898 strategy :
9999 matrix :
100- ghc : ['9.6', '9.8']
100+ ghc : ['9.6', '9.8', '9.10', '9.12' ]
101101 fail-fast : false
102102 steps :
103103 - name : setup-ghc-wasm32-wasi
104104 run : |
105105 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
107107 ./setup.sh
108108 ~/.ghc-wasm/add_to_github_path.sh
109109 env :
You can’t perform that action at this time.
0 commit comments