We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9993869 commit 15bfb53Copy full SHA for 15bfb53
1 file changed
.github/workflows/ci.yaml
@@ -141,7 +141,7 @@ jobs:
141
needs: build
142
runs-on: ubuntu-latest
143
env:
144
- version: wasm32-wasi-9.10.1.20241021
+ version: wasm32-wasi-9.12.2.20250327
145
steps:
146
- uses: actions/checkout@v4
147
- uses: actions/cache@v4
@@ -153,7 +153,7 @@ jobs:
153
key: ${{ env.version }}
154
- name: Setup
155
run: |
156
- ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/develop/ghcup-cross-0.0.8.yaml
+ ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/develop/ghcup-cross-0.0.9.yaml
157
cabal update
158
- name: Install WASM toolchain
159
0 commit comments