diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a194b4ee..439f67a8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,8 +46,7 @@ jobs: uses: baptiste0928/cargo-install@v3 with: crate: anchor-cli - git: https://github.com/coral-xyz/anchor - tag: "v0.28.0" + version: "0.29.0" - name: install solana toolsuite run: sh -c "$(curl -sSfL https://release.solana.com/v1.16.20/install)" - name: add to path