File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : build-frontend
2424 run : |
25- nix develop --command bash -c "cd frontend && wasm32-wasi-cabal update && exec ./build.sh --debuginfo -- low-memory-unused --converge --gufa --flatten --rereloop -Oz"
25+ nix develop --command bash -c "cd frontend && wasm32-wasi-cabal update && exec ./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz"
2626
2727 ghcup-build :
2828 name : ghcup-build
6464 --with-hc-pkg=wasm32-wasi-ghc-pkg \
6565 --with-hsc2hs=wasm32-wasi-hsc2hs \
6666 update
67- ./build.sh --debuginfo -- low-memory-unused --converge --gufa --flatten --rereloop -Oz
67+ ./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
6868
6969 non-nix-build :
7070 name : non-nix-build
9696 - name : build-frontend
9797 run : |
9898 cd frontend
99- ./build.sh --debuginfo -- low-memory-unused --converge --gufa --flatten --rereloop -Oz
99+ ./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
100100
101101 - name : upload-pages-artifact
102102 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments