There was an error while loading. Please reload this page.
1 parent 087dea2 commit 97629e5Copy full SHA for 97629e5
.github/workflows/native.yml
@@ -17,8 +17,6 @@ jobs:
17
sh -c "$(curl -sSfL https://release.solana.com/v1.16.2/install)"
18
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
19
solana -V
20
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
21
- source "$HOME/.cargo/env"
22
rustc -V
23
declare -a StringArray=(
24
"basics/account-data/native/program"
0 commit comments