We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5d631 commit 483dc5dCopy full SHA for 483dc5d
1 file changed
.github/workflows/anchor.yml
@@ -104,6 +104,9 @@ jobs:
104
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
105
steps:
106
- uses: actions/checkout@v4
107
+ - uses: pnpm/action-setup@v4
108
+ with:
109
+ version: 10
110
- uses: heyAyushh/setup-anchor@v0.31.2
111
with:
112
anchor-version: 0.31.1
@@ -115,7 +118,6 @@ jobs:
115
118
solana-keygen new --no-bip39-passphrase --force
116
119
rustc -V
117
120
anchor -V
- npm i -g pnpm
121
- name: Build and Test
122
env:
123
TOTAL_PROJECTS: ${{ needs.changes.outputs.total_projects }}
0 commit comments