|
@@ -17,7 +17,7 @@ jobs:
|
|
|
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
|
|
|
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
|
|
|
solana -V
|
|
|
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
|
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
|
|
|
rustc -V
|
|
|
declare -a StringArray=(
|
|
|
"basics/account-data/native/program"
|