Skip to content

Commit

Permalink
Update twiggy to v0.7 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Feb 15, 2023
1 parent ac0724d commit 63d87b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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

0 comments on commit 63d87b6

Please sign in to comment.