File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2424 uses : freckle/stack-action@v5
2525 with :
2626 stack-build-arguments : --ghc-options="-fno-warn-unused-imports -fno-warn-unused-matches -fno-warn-type-defaults -fno-warn-missing-export-lists"
27- stack-build-arguments-test : --ghc-options="-fno-warn-unused-imports -fno-warn-unused-matches -fno-warn-type-defaults -fno-warn-missing-export-lists"
27+ stack-build-arguments-test : --ghc-options="-fno-warn-unused-imports -fno-warn-unused-matches -fno-warn-type-defaults -fno-warn-missing-export-lists"
28+
29+ - name : Set up environment variable
30+ run : echo "FLAVOUR=9.8" >> $GITHUB_ENV
31+
32+ - name : Download wasm32-wasi-cabal
33+ run : |
34+ curl https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/raw/master/bootstrap.sh | sh
35+ source ~/.ghc-wasm/add_to_github_path.sh
36+
37+ - name : Building wasm
38+ run : |
39+ wasm32-wasi-cabal build sql2er-wasm -f build-sql2er-wasm
You can’t perform that action at this time.
0 commit comments