mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-02 19:56:31 +02:00
Dump ccache config
This commit is contained in:
parent
ec226c4eec
commit
2a20d6aeee
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -111,8 +111,8 @@ jobs:
|
||||||
path: /Users/runner/.ccache
|
path: /Users/runner/.ccache
|
||||||
key: ${{ runner.os }}-${{ matrix.xcode }}-ccache-${{ github.sha }}
|
key: ${{ runner.os }}-${{ matrix.xcode }}-ccache-${{ github.sha }}
|
||||||
restore-keys: ${{ runner.os }}-${{ matrix.xcode }}-ccache-
|
restore-keys: ${{ runner.os }}-${{ matrix.xcode }}-ccache-
|
||||||
#- name: ccache dump config
|
- name: ccache dump config
|
||||||
# run: ccache -p
|
run: ccache -p
|
||||||
- name: cmake
|
- name: cmake
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build \
|
cmake -S . -B build \
|
||||||
|
|
Loading…
Add table
Reference in a new issue