Skip to content

Commit 4e042da

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
name: Install pnpm
2828
with:
2929
version: 10
30-
run_install: true
30+
run_install: |
31+
recursive: false
32+
cwd: lazer/solana-anchor/
3133
- name: Install Solana Cli
3234
run: |
3335
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"

0 commit comments

Comments
 (0)