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 11, 2024
1 parent e7e990c commit 3446d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.17.17/install/solana-install-init.sh | sh -s - v1.18.15
- name: Cleanup
run: |
rm -r /home/runner/.cache/solana
: `rm -r $HOME/.cache/solana`
- 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 Down

0 comments on commit 3446d42

Please sign in to comment.