From 362be43c3a3a2eef92a60265e582cdfcf7152275 Mon Sep 17 00:00:00 2001 From: amesgen Date: Sat, 24 Jun 2023 21:11:08 +0200 Subject: [PATCH] CI: bump ghc-wasm-meta The bindists used via ghc-wasm-meta are currently ephemeral. To fix this, we bump ghc-wasm-meta to get bindists which won't expire at least for another ~6 weeks. This will be fixed properly once https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/merge_requests/29 gets merged, after which ghc-wasm-meta will have to be bumped again, but then for good. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1a1b4f3..34aacff0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: build-wasi: runs-on: ubuntu-latest env: - GHC_WASM_META_REV: 5ad5e045f52609eab12c7e09ed9b110980807957 + GHC_WASM_META_REV: bd9533e34df53694a4c7e4102fced1fdc0596024 FLAVOUR: '9.6' steps: - name: setup-ghc-wasm32-wasi