Skip to content

Commit

Permalink
install wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Rennzie committed Sep 15, 2023
1 parent 277f751 commit 426da03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Build and Check

on:
push:
Expand Down Expand Up @@ -27,6 +27,9 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- uses: jetli/[email protected]
with:
version: 'latest'

- name: Build Dev Wrapper
run: bun build:wrapper-dev
Expand Down

0 comments on commit 426da03

Please sign in to comment.