We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b085646 commit b4ee370Copy full SHA for b4ee370
.github/workflows/ci-wasm32-wasi.yml
@@ -12,16 +12,16 @@ jobs:
12
- name: setup-ghc-wasm32-wasi
13
run: |
14
pushd $(mktemp -d)
15
- curl -L https://github.com/tweag/ghc-wasm32-wasi/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
+ curl -L https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/archive/master/ghc-wasm-meta-master.tar.gz | tar xz --strip-components=1
16
./setup.sh
17
- ~/.ghc-wasm32-wasi/add_to_github_path.sh
+ ~/.ghc-wasm/add_to_github_path.sh
18
popd
19
20
- uses: actions/checkout@v3
21
22
- name: test
23
24
- cp ~/.ghc-wasm32-wasi/wasi-sdk/share/misc/config.* .
+ cp ~/.ghc-wasm/wasi-sdk/share/misc/config.* .
25
autoreconf -i
26
27
wasm32-wasi-cabal --project-file=cabal.project.wasm32-wasi build
0 commit comments