Skip to content

Commit

Permalink
https://github.com/coral-xyz/anchor/issues/3126
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Aug 2, 2024
1 parent 56d3600 commit 0390285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
if [[ "${{ runner.os }}" == "Linux" && ("${{ runner.arch }}" == "X86" || "${{ runner.arch }}" == "X64") && "${{ inputs.use-avm }}" != "true" ]]; then
npm i -g @coral-xyz/anchor-cli@${{ inputs.anchor-version }}
else
cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
cargo install --git https://github.com/coral-xyz/anchor avm
avm install ${{ inputs.anchor-version }}
avm use ${{ inputs.anchor-version }}
fi
Expand Down

0 comments on commit 0390285

Please sign in to comment.