Skip to content

Commit ebd790e

Browse files
committed
Pin ghc-wasm-meta
1 parent 9c307e1 commit ebd790e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/simple.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ jobs:
5050
- name: setup-ghc-wasm32-wasi
5151
run: |
5252
cd $(mktemp -d)
53-
curl -L https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/archive/master/ghc-wasm-meta-master.tar.gz | tar xz --strip-components=1
53+
curl -L https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/archive/$GHC_WASM_META_REV/ghc-wasm-meta-master.tar.gz | tar xz --strip-components=1
5454
./setup.sh
5555
~/.ghc-wasm/add_to_github_path.sh
5656
env:
57+
GHC_WASM_META_REV: 575e23a5578cc38c8aa1a6ee361608640926c4d9
5758
FLAVOUR: '9.6'
5859
- uses: actions/checkout@v3
5960
- name: Build

0 commit comments

Comments
 (0)