Skip to content

Commit

Permalink
👷 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 27, 2024
1 parent 4abcc1a commit 81dfcf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
yarn --frozen-lockfile --network-concurrency 2
- name: install rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.75.0
with:
toolchain: stable

Expand Down Expand Up @@ -147,6 +147,8 @@ jobs:
- name: Install the Bolt CLI, create a project and run tests
run: |
rustc --version
cargo --version
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
cargo add --package bolt-cli solana-readonly-account
cargo install --path cli --force --locked
Expand Down

0 comments on commit 81dfcf1

Please sign in to comment.