We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f563dd commit d8f4917Copy full SHA for d8f4917
1 file changed
.github/workflows/solana-asm.yml
@@ -186,7 +186,7 @@ jobs:
186
# Install sbpf assembler
187
cargo install --git https://github.com/blueshift-gg/sbpf.git
188
- name: Setup Solana Stable
189
- uses: heyAyushh/setup-solana@v2.02
+ uses: heyAyushh/setup-solana@v5.9
190
with:
191
solana-cli-version: stable
192
- name: Build and Test with Stable
@@ -196,7 +196,7 @@ jobs:
196
rustc -V
197
process_projects "stable"
198
- name: Setup Solana Beta
199
200
201
solana-cli-version: beta
202
- name: Build and Test with Beta
0 commit comments