Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Try to fix test-wasm github action
  • Loading branch information
ianthomas23 committed Feb 6, 2026
commit 5d4f48a34d75442bf3ab0a43a09a486bedd2144d
2 changes: 1 addition & 1 deletion .github/workflows/test-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cmake .
make build-recipe
make built-test
make build-test

- name: Upload artifact containing emscripten-forge package
uses: actions/upload-pages-artifact@v4
Expand Down
Loading