We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02d7af commit 309cbb8Copy full SHA for 309cbb8
1 file changed
.github/workflows/ci-pre-commit.yml
@@ -39,8 +39,8 @@ jobs:
39
- name: Install Anchor CLI
40
run: |
41
cargo install --git https://github.com/coral-xyz/anchor avm
42
- avm install latest
43
- avm use latest
+ avm install 0.31.0
+ avm use 0.31.0
44
- uses: pre-commit/action@v3.0.0
45
if: ${{ github.event_name == 'pull_request' }}
46
with:
0 commit comments