Skip to content

Commit

Permalink
Merge pull request #844 from iduartgomez/fix-ci
Browse files Browse the repository at this point in the history
Add wasm32 back + install js stdlib
  • Loading branch information
iduartgomez authored Sep 22, 2023
2 parents ce31b8f + 9ce3936 commit 13bf2a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: wasm32-unknown-unknown

- uses: Swatinem/rust-cache@v2

- name: Install stdlib packages
working-directory: stdlib/typescript
run: npm run dev.package

- name: Build
run: |
cargo build --locked
Expand Down

0 comments on commit 13bf2a8

Please sign in to comment.