Skip to content

Commit e78298b

Browse files
committed
fix: add cwd to pnpm action
1 parent 79a6131 commit e78298b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-lazer-anchor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
name: Install pnpm
2828
with:
2929
version: 10
30-
run_install: true
30+
run_install: |
31+
- recursive: false
3132
- name: Install Solana Cli
3233
run: |
3334
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"

0 commit comments

Comments
 (0)