Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parasti authored Jan 5, 2024
1 parent f2f1111 commit cae37a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
(cd neverball && make -j2 sols)
- name: Build gl4es
run: "./neverball/.devcontainer/install-gl4es.sh"
- name: Cache/restore Emscripten libs
with:
path: "/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten"
- name: Build web version
run: "(cd ./neverball && make -j2 -f emscripten/ball.mk BUILD=release)"
- name: Upload build artifact
Expand Down

0 comments on commit cae37a1

Please sign in to comment.