Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: baptiste0928/cargo-install@v1 # This action ensures that the twiggy compilation is cached.
with:
crate: twiggy
version: 0.6
version: 0.7
- run: git checkout ${{ github.event.pull_request.base.sha }}
- run: cd bin/wasm-node/javascript && npm ci && npm run-script build
- run: cp ./target/wasm32-wasi/min-size-release/smoldot_light_wasm.wasm ./.ci-parent-build.wasm # TODO: maybe get the path from the `npm build` output or something?
Expand Down
Loading