mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-01 11:17:36 +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
|
id: cache-ccache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ env.HOME }}/.ccache
|
path: /home/runner/.ccache
|
||||||
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache-${{ github.sha }}
|
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache-${{ github.sha }}
|
||||||
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-ccache-
|
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-ccache-
|
||||||
#- name: ccache dump config
|
#- name: ccache dump config
|
||||||
|
@ -106,7 +106,7 @@ jobs:
|
||||||
CXX: ${{ matrix.cxx }}
|
CXX: ${{ matrix.cxx }}
|
||||||
- name: build
|
- name: build
|
||||||
env:
|
env:
|
||||||
CCACHE_DIR: ${{ env.HOME }}/.ccache
|
CCACHE_DIR: /home/runner/.ccache
|
||||||
run: cmake --build build --parallel 3 --verbose
|
run: cmake --build build --parallel 3 --verbose
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue