Skip to content

Commit 2bf1a5d

Browse files
committed
fix: install packages
Signed-off-by: Reinis Martinsons <[email protected]>
1 parent 2e1f3e2 commit 2bf1a5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
toolchain: stable
116116
profile: minimal
117117
components: rustc
118+
- name: Install packages
119+
run: yarn install --frozen-lockfile --ignore-scripts
118120
- name: Test verified build
119121
run: yarn test-solana-verify
120122
- name: Cache Cargo dependencies

0 commit comments

Comments
 (0)