Skip to content

Commit 81dfcf1

Browse files
committed
👷 Update CI
1 parent 4abcc1a commit 81dfcf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
yarn --frozen-lockfile --network-concurrency 2
4444
4545
- name: install rust
46-
uses: dtolnay/rust-toolchain@stable
46+
uses: dtolnay/rust-toolchain@1.75.0
4747
with:
4848
toolchain: stable
4949

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

0 commit comments

Comments
 (0)