From 56f9c12d00eb3712b48513a1315700bc11605cd1 Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Wed, 21 Aug 2024 00:13:39 +0100 Subject: [PATCH] fix --- .github/workflows/pyth-sdk-example-anchor-contract.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyth-sdk-example-anchor-contract.yml b/.github/workflows/pyth-sdk-example-anchor-contract.yml index 48261f3..2fb06ad 100644 --- a/.github/workflows/pyth-sdk-example-anchor-contract.yml +++ b/.github/workflows/pyth-sdk-example-anchor-contract.yml @@ -26,7 +26,7 @@ jobs: - name: Install anchor binaries run: | cargo install --git https://github.com/project-serum/anchor avm --locked --force - avm install latest - avm use latest + avm install 0.28.0 + avm use 0.28.0 - name: Build run: anchor build