We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f4917 commit 1a63781Copy full SHA for 1a63781
.github/workflows/solana-asm.yml
@@ -195,7 +195,11 @@ jobs:
195
solana -V
196
rustc -V
197
process_projects "stable"
198
+ # continue-on-error because the beta channel may not have a valid release
199
+ # (e.g. v4.0 returns 404 from release.anza.xyz). This is an upstream issue
200
+ # with heyAyushh/setup-solana — beta setup clears the stable install first.
201
- name: Setup Solana Beta
202
+ continue-on-error: true
203
uses: heyAyushh/setup-solana@v5.9
204
with:
205
solana-cli-version: beta
0 commit comments