diff --git a/.github/actions/setup-solana/build-contracts/action.yml b/.github/actions/setup-solana/build-contracts/action.yml index abe1bfc24f5..726af3d872b 100644 --- a/.github/actions/setup-solana/build-contracts/action.yml +++ b/.github/actions/setup-solana/build-contracts/action.yml @@ -16,6 +16,7 @@ runs: cd chainlink-ccip/chains/solana anchor=$(make anchor_version) echo "ANCHOR_VERSION=${anchor}" >> $GITHUB_ENV + cd - - name: cache docker build image id: cache-image uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2