Skip to content

Commit 1a63781

Browse files
committed
add continue-on-error
1 parent d8f4917 commit 1a63781

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/solana-asm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,11 @@ jobs:
195195
solana -V
196196
rustc -V
197197
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.
198201
- name: Setup Solana Beta
202+
continue-on-error: true
199203
uses: heyAyushh/setup-solana@v5.9
200204
with:
201205
solana-cli-version: beta

0 commit comments

Comments
 (0)