From 9d048c5e9b54f237fd0e7e16aeac57dad93fcb3d Mon Sep 17 00:00:00 2001 From: Barnabas Ratki Date: Wed, 23 Apr 2025 14:55:33 +0200 Subject: [PATCH] fix: ci use anchor 31 --- .github/workflows/ci-pre-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pre-commit.yml b/.github/workflows/ci-pre-commit.yml index b0a0eab1a..bb4b7eaa5 100644 --- a/.github/workflows/ci-pre-commit.yml +++ b/.github/workflows/ci-pre-commit.yml @@ -39,8 +39,8 @@ jobs: - name: Install Anchor CLI run: | cargo install --git https://github.com/coral-xyz/anchor avm - avm install latest - avm use latest + avm install 0.31.0 + avm use 0.31.0 - uses: pre-commit/action@v3.0.0 if: ${{ github.event_name == 'pull_request' }} with: