mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +02:00
Fix cache dir
This commit is contained in:
parent
93327d9a20
commit
dfd73d29d9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
|||
id: cache-ccache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ env.HOME }}/.ccache
|
||||
path: /home/runner/.ccache
|
||||
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache-${{ github.sha }}
|
||||
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-ccache-
|
||||
#- name: ccache dump config
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
|||
CXX: ${{ matrix.cxx }}
|
||||
- name: build
|
||||
env:
|
||||
CCACHE_DIR: ${{ env.HOME }}/.ccache
|
||||
CCACHE_DIR: /home/runner/.ccache
|
||||
run: cmake --build build --parallel 3 --verbose
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue