Skip to content

Commit 9499dcf

Browse files
committed
also install pnpm in ci
1 parent 892e418 commit 9499dcf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,7 @@ jobs:
7474
run: rustup target add wasm32-unknown-unknown
7575
- name: Install wasm-pack
7676
run: cargo install wasm-pack
77+
- name: Install pnpm
78+
run: npm install -g pnpm
7779
- name: Build (wasm)
7880
run: pnpm install && pnpm build

0 commit comments

Comments
 (0)