Skip to content

Commit

Permalink
lets try triggering rustup install separate from wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
9SMTM6 committed Oct 3, 2024
1 parent ae60995 commit 86f32bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Install npm deps
working-directory: ./test
run: npm ci
- name: Trigger rustup installation
working-directory: ./test
run: cargo check
- name: Run tests
working-directory: ./test
run: npm test
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Trigger rustup installation
working-directory: ./test
run: cargo check
- name: Build demo
working-directory: ./demo
run: |
Expand Down

0 comments on commit 86f32bb

Please sign in to comment.