Skip to content

Commit

Permalink
CI: attempt to fix solana run by disabling solana toolchain cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsongor committed Aug 6, 2024
1 parent e51ca2b commit 12d8423
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,7 @@ jobs:
- name: Run `cargo clippy`
run: cargo clippy --workspace --tests --manifest-path Cargo.toml

- name: Cache solana tools
id: cache-solana
uses: actions/cache@v3
env:
cache-name: solana-tools
with:
path: |
~/.local/share/solana/install/
~/.cache/solana/
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ steps.solana.outputs.version }}

- if: ${{ steps.cache-solana.outputs.cache-hit != 'true' }}
name: Install solana tools
- name: Install solana tools
env:
SOLANA_VERSION: ${{ steps.solana.outputs.version }}
run: |
Expand Down

0 comments on commit 12d8423

Please sign in to comment.