Skip to content

Commit

Permalink
fix: update anchor gh ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Jul 10, 2024
1 parent 6cd916a commit d1efa93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
export PATH="~/.local/share/solana/install/active_release/bin:$PATH"
- name: Install Solana Build Tools
run: |
curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.17.17/install/solana-install-init.sh | sh -s - v1.17.17
curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.17.17/install/solana-install-init.sh | sh -s - v1.18.15
- name: Install Anchor CLI
run: |
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y pkg-config build-essential libudev-dev libssl-dev
Expand All @@ -35,4 +35,6 @@ jobs:
avm use latest
anchor --version
- name: Run Integration Tests
run: cd examples/todo-program && anchor test
run: |
export PATH="~/.local/share/solana/install/active_release/bin:$PATH"
cd examples/todo-program && anchor test

0 comments on commit d1efa93

Please sign in to comment.