Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen committed Mar 28, 2024
1 parent 5a1c7fe commit 9b8d6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install Solana CLI
run: |
sh -c "$(curl -sSfL https://release.solana.com/v1.18.0/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.18.8/install)"
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Build test programs
Expand Down

0 comments on commit 9b8d6e9

Please sign in to comment.