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 4933480 commit 6e62675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
- run: cargo install --git https://github.com/coral-xyz/anchor --tag "v$ANCHOR_CLI_VERSION" anchor-cli --locked
shell: bash
# if: steps.cache-anchor-cli.outputs.cache-hit != 'true'
# - uses: actions/cache@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- "testest-program-*"

env:
RUST_TOOLCHAIN: 1.71.0
SOLANA_CLI_VERSION: 1.16.20
ANCHOR_CLI_VERSION: 0.29.0
RUST_TOOLCHAIN: 1.75.0
SOLANA_CLI_VERSION: 1.18.15
ANCHOR_CLI_VERSION: 0.30.1
ANCHOR_SHA: fc9fd6d24b9be84abb2f40e47ed3faf7b11864ae
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 6e62675

Please sign in to comment.