Skip to content

Commit 4abcc1a

Browse files
committed
👷 Fix CI
1 parent 296c407 commit 4abcc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Install the Bolt CLI, create a project and run tests
149149
run: |
150150
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
151-
cargo add solana-readonly-account
151+
cargo add --package bolt-cli 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)