We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7779d48 commit 9e0c226Copy full SHA for 9e0c226
1 file changed
.github/workflows/anchor.yml
@@ -106,18 +106,20 @@ jobs:
106
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
107
steps:
108
- uses: actions/checkout@v5
109
+ - uses: pnpm/action-setup@v4
110
+ with:
111
+ version: 10
112
- uses: heyAyushh/setup-anchor@v4.999
113
with:
114
anchor-version: 0.32.1
115
solana-cli-version: stable
- - name: Display Versions and Install pnpm
116
+ - name: Display Versions
117
run: |
118
solana -V
119
# it's okay to use --force in github action since all programs are tested in isolation
120
solana-keygen new --no-bip39-passphrase --force
121
rustc -V
122
anchor -V
- npm i -g pnpm
123
- name: Build and Test
124
env:
125
TOTAL_PROJECTS: ${{ needs.changes.outputs.total_projects }}
0 commit comments