Skip to content

Commit

Permalink
👷 Directly install Bolt CLI from source
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 15, 2024
1 parent 76dfa98 commit 51c8d55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

env:
solana_version: v1.18.0
solana_version: v1.18.1
anchor_version: 0.29.0

jobs:
Expand Down Expand Up @@ -150,9 +150,9 @@ jobs:
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
ls node_modules/.bin
npm i -g @coral-xyz/anchor-cli@${{ env.anchor_version }} ts-mocha typescript
anchor build
anchor test
cargo install --path cli --force --locked
bolt build
bolt test
- name: Install the Bolt CLI and create & build a new project
run: |
Expand Down

0 comments on commit 51c8d55

Please sign in to comment.