Skip to content

Commit

Permalink
wasm pack
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangrivera committed Nov 6, 2023
1 parent 92bb8f3 commit c5fb7eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

- name: Install wasm-pack
run: cargo install wasm-pack

- name: Install dependencies
run: bun install

Expand Down

0 comments on commit c5fb7eb

Please sign in to comment.