Skip to content

Commit

Permalink
👷 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 27, 2024
1 parent 296c407 commit 4abcc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Install the Bolt CLI, create a project and run tests
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
cargo add solana-readonly-account
cargo add --package bolt-cli solana-readonly-account
cargo install --path cli --force --locked
bolt init test-project --force
cd test-project && bolt test
Expand Down

0 comments on commit 4abcc1a

Please sign in to comment.