There was an error while loading. Please reload this page.
1 parent 5844a90 commit 8f7fdd9Copy full SHA for 8f7fdd9
.github/workflows/native.yml
@@ -14,13 +14,7 @@ jobs:
14
15
- name: Install dependencies
16
run: |
17
- rm -rf ~/.cache/solana/v1.37
18
- rm -rf ~/.cache/solana/v1.18
19
- rm -rf ~/.cache/solana/v1.12
20
- sh -c "$(curl -sSfL https://release.solana.com/v1.16.2/install)"
21
22
23
+ sh -c "$(curl -sSfL https://release.solana.com/beta/install)"
24
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
25
solana -V
26
rustc -V
0 commit comments