Skip to content

Commit

Permalink
Fix wasm-demo (#5352)
Browse files Browse the repository at this point in the history
#5285 changed the NPM package
to build with latest nightly. However, latest nightly seems to be broken
(rust-std isn't found), so we should build with a nightly that we know
works.
  • Loading branch information
robertbastian authored Aug 9, 2024
1 parent 3c0782b commit 2ebd253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/artifacts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ jobs:
run: |
npm -C ffi/npm ci
npm -C tutorials/npm ci
env:
PINNED_CI_NIGHTLY: nightly-2024-07-23

- name: Run Webpack
run: npm -C tutorials/npm run build
Expand Down

0 comments on commit 2ebd253

Please sign in to comment.