Skip to content

Commit

Permalink
CI patch again
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jun 23, 2024
1 parent 06ed0b4 commit 989e1cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@ jobs:
id: cache-solana-toolchain
with:
path: |
~/.local/share/solana/install/releases/${{ env.SOLANA_VERSION }}
~/.cache/solana
key: solana-toolchain-${{ env.SOLANA_VERSION }}
restore-keys: |
solana-toolchain-
- uses: actions/cache@v4
with:
with:
path: |
~/.cargo/registry
~/.cargo/git
Expand Down

0 comments on commit 989e1cb

Please sign in to comment.