diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ab412cc7752..f6e5a9dff66 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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 diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 290415365f3..2d193beecb2 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -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