Skip to content

Commit 296c407

Browse files
committed
👷 Update CI
1 parent 69ee946 commit 296c407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+3-3
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@1.73.0
46+
uses: dtolnay/rust-toolchain@stable
4747
with:
4848
toolchain: stable
4949

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

0 commit comments

Comments
 (0)