Browse Source

Update anchor.yml

Valentin Madrid 2 years ago
parent
commit
dd3ca1dbb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/anchor.yml

+ 1 - 1
.github/workflows/anchor.yml

@@ -14,7 +14,7 @@ jobs:
       
       - name: Install dependencies
         run: |
-          sh -c "$(curl -sSfL https://release.solana.com/latest/install)"
+          sh -c "$(curl -sSfL https://release.solana.com/v1.16.2/install)"
           export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
           sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev
           cargo install --git https://github.com/coral-xyz/anchor avm --locked --force