Browse Source

Update native.yml

Valentin Madrid 2 years ago
parent
commit
f53de22960
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/native.yml

+ 1 - 0
.github/workflows/native.yml

@@ -17,6 +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
           rustc -V
           declare -a StringArray=(
             "basics/account-data/native/program"