Skip to content

Commit 309cbb8

Browse files
DewyerBarnabas Ratki
andauthored
fix: ci use anchor 31 (#524)
Co-authored-by: Barnabas Ratki <barna@dourolabs.xyz>
1 parent f02d7af commit 309cbb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Install Anchor CLI
4040
run: |
4141
cargo install --git https://github.com/coral-xyz/anchor avm
42-
avm install latest
43-
avm use latest
42+
avm install 0.31.0
43+
avm use 0.31.0
4444
- uses: pre-commit/action@v3.0.0
4545
if: ${{ github.event_name == 'pull_request' }}
4646
with:

0 commit comments

Comments
 (0)