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 9c307e1 commit ebd790eCopy full SHA for ebd790e
.github/workflows/simple.yml
@@ -50,10 +50,11 @@ jobs:
50
- name: setup-ghc-wasm32-wasi
51
run: |
52
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
+ 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
54
./setup.sh
55
~/.ghc-wasm/add_to_github_path.sh
56
env:
57
+ GHC_WASM_META_REV: 575e23a5578cc38c8aa1a6ee361608640926c4d9
58
FLAVOUR: '9.6'
59
- uses: actions/checkout@v3
60
- name: Build
0 commit comments