Skip to content

Commit

Permalink
Testing Install Solana CI action changes (custom base_url)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Jul 30, 2024
1 parent 7e7934a commit 85d30f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ runs:
uses: ./.github/actions/install-solana
with:
version: ${{ env.SOLANA_VERSION }}
base_url: 'https://release.solana.com'
cache: true

- name: Cache Cargo Dependencies
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["clients/rust", "program"]

[workspace.metadata.cli]
solana = "1.18.17"
solana = "2.0.1"

# Specify Rust toolchains for rustfmt, clippy, and build.
# Any unprovided toolchains default to stable.
Expand Down

0 comments on commit 85d30f9

Please sign in to comment.