We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1649bb2 commit 9f59f99Copy full SHA for 9f59f99
.github/workflows/ci-pre-commit.yml
@@ -45,6 +45,7 @@ jobs:
45
cargo install --git https://github.com/coral-xyz/anchor avm
46
avm install 0.31.0
47
avm use 0.31.0
48
+ echo "$HOME/.avm/bin" >> $GITHUB_PATH
49
- uses: pre-commit/[email protected]
50
if: ${{ github.event_name == 'pull_request' }}
51
with:
0 commit comments