Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
190n committed May 16, 2024
1 parent 8476b6c commit 0761620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 18.x

- run: sudo apt install binaryen
- run: zig build wasm --release
- run: zig build wasm --release=small
- run: cd web-host
- run: npm install
working-directory: web-host
Expand Down

0 comments on commit 0761620

Please sign in to comment.