Skip to content

Commit 15bfb53

Browse files
committed
Update WASM CI job
1 parent 9993869 commit 15bfb53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
needs: build
142142
runs-on: ubuntu-latest
143143
env:
144-
version: wasm32-wasi-9.10.1.20241021
144+
version: wasm32-wasi-9.12.2.20250327
145145
steps:
146146
- uses: actions/checkout@v4
147147
- uses: actions/cache@v4
@@ -153,7 +153,7 @@ jobs:
153153
key: ${{ env.version }}
154154
- name: Setup
155155
run: |
156-
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/develop/ghcup-cross-0.0.8.yaml
156+
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/develop/ghcup-cross-0.0.9.yaml
157157
cabal update
158158
- name: Install WASM toolchain
159159
run: |

0 commit comments

Comments
 (0)