Skip to content

Commit 8f7fdd9

Browse files
Update native.yml
1 parent 5844a90 commit 8f7fdd9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/native.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ jobs:
1414

1515
- name: Install dependencies
1616
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-
rm -rf ~/.cache/solana/v1.37
22-
rm -rf ~/.cache/solana/v1.18
23-
rm -rf ~/.cache/solana/v1.12
17+
sh -c "$(curl -sSfL https://release.solana.com/beta/install)"
2418
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
2519
solana -V
2620
rustc -V

0 commit comments

Comments
 (0)