Skip to content

Commit

Permalink
Fix CI pipeline 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgur-psyops committed Dec 19, 2024
1 parent dabe978 commit a97a0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
components: rustfmt, clippy
default: true

- run: cargo install cargo-nextest --version "0.9.81"
- run: cargo install cargo-nextest --version "0.9.81" --locked
shell: bash

- run: cargo nextest --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
RUST_TOOLCHAIN: 1.75.0
SOLANA_CLI_VERSION: 1.18.15
SOLANA_CLI_VERSION: 1.18.17
ANCHOR_CLI_VERSION: 0.30.1
ANCHOR_SHA: e6d7dafe12da661a36ad1b4f3b5970e8986e5321
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit a97a0be

Please sign in to comment.