Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertBodziony committed May 14, 2021
1 parent 5ec7168 commit 1bfb874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: install
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
npm install
cargo install --git https://github.com/project-serum/anchor anchor-cli --locked
npm install
- name: build programs
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
Expand Down

0 comments on commit 1bfb874

Please sign in to comment.