Skip to content

Commit

Permalink
fix: ci caching (#1675)
Browse files Browse the repository at this point in the history
This PR fixes CI caching, as detailed in [this comment](#1551 (comment))
  • Loading branch information
buffalojoec committed Oct 4, 2023
1 parent f2b6238 commit 2d7ea5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: cache-test-validator
uses: actions/cache@v3
with:
path: /home/runner/.local/share/solana
path: .solana
key: ${{ runner.os }}-test-validator-${{ steps.get-test-validator-version.outputs.version }}

- name: Install Test Validator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
id: cache-test-validator
uses: actions/cache@v3
with:
path: /home/runner/.local/share/solana
path: .solana
key: ${{ runner.os }}-test-validator-${{ steps.get-test-validator-version.outputs.version }}

- name: Install Test Validator
Expand Down

0 comments on commit 2d7ea5f

Please sign in to comment.