From ea4ab8b48f2afcd0fb9fceeda6530705aa874d35 Mon Sep 17 00:00:00 2001 From: jlaveracll Date: Thu, 9 Jan 2025 18:03:29 -0300 Subject: [PATCH] Update action.yml --- .github/actions/setup-solana/build-contracts/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-solana/build-contracts/action.yml b/.github/actions/setup-solana/build-contracts/action.yml index ea00135d060..abe1bfc24f5 100644 --- a/.github/actions/setup-solana/build-contracts/action.yml +++ b/.github/actions/setup-solana/build-contracts/action.yml @@ -13,7 +13,7 @@ runs: id: get_anchor_version shell: bash run: | - cd chainlink-ccip + cd chainlink-ccip/chains/solana anchor=$(make anchor_version) echo "ANCHOR_VERSION=${anchor}" >> $GITHUB_ENV - name: cache docker build image