We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296c407 commit 4abcc1aCopy full SHA for 4abcc1a
.github/workflows/run-tests.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Install the Bolt CLI, create a project and run tests
149
run: |
150
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
151
- cargo add solana-readonly-account
+ cargo add --package bolt-cli solana-readonly-account
152
cargo install --path cli --force --locked
153
bolt init test-project --force
154
cd test-project && bolt test
0 commit comments