Skip to content

Commit

Permalink
fix: maybe working ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Aug 19, 2024
1 parent 2977b08 commit 4933480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-anchor-cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
# path: |
# ~/.cargo/bin/anchor
# key: anchor-cli-${{ runner.os }}-v0003-${{ env.ANCHOR_CLI_VERSION }}-${{ env.ANCHOR_SHA }}-${{ env.RUST_TOOLCHAIN }}
- run: cargo install --git https://github.com/coral-xyz/anchor --tag "v$ANCHOR_CLI_VERSION" anchor-cli --locked
- run: cargo install --git https://github.com/coral-xyz/anchor --tag "v$ANCHOR_CLI_VERSION" anchor-cli
shell: bash
# if: steps.cache-anchor-cli.outputs.cache-hit != 'true'
# - uses: actions/cache@v2
Expand Down

0 comments on commit 4933480

Please sign in to comment.