Skip to content

Commit

Permalink
Make output directory for WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 20, 2024
1 parent fe15c5c commit 6fc26ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Check formatting
run: npm run check-format
- name: Compile WebAssembly
run: npm run wasm:compile
run: mkdir bundles; npm run wasm:compile
- name: Compile bundles (FRC 6328)
run: npm run compile
- name: Upload bundles (FRC 6328)
Expand Down

0 comments on commit 6fc26ec

Please sign in to comment.