Browse Source

add anchor to path - cicd

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

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

@@ -33,6 +33,7 @@ jobs:
           sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
           echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
           cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
+          echo "$HOME/.cargo/bin" >> $GITHUB_PATH
           avm install latest
           avm use latest