diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 4c42855..51f25ac 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -24,7 +24,7 @@ jobs: - name: Cache for cccahe uses: actions/cache@v2 with: - path: ~/.ccache + path: /home/runner/.ccache key: ${{ runner.os }}-ccache restore-keys: | ${{ runner.os }}-ccache