Skip to content

Commit

Permalink
👷 Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 25, 2024
1 parent 63b2d46 commit e7c957d
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 @@ -169,7 +169,7 @@ jobs:

- name: Install the Bolt CLI and create & build a new project
shell: bash
if: ${{ !startsWith($GITHUB_REF, 'refs/heads/release/v') }}
if: ${{ !startsWith(github.ref, 'refs/heads/release/v') }}
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
cargo install --path cli --force --locked
Expand Down

0 comments on commit e7c957d

Please sign in to comment.