mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +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
|
||||
key: ${{ runner.os }}-${{ matrix.xcode }}-ccache-${{ github.sha }}
|
||||
restore-keys: ${{ runner.os }}-${{ matrix.xcode }}-ccache-
|
||||
#- name: ccache dump config
|
||||
# run: ccache -p
|
||||
- name: ccache dump config
|
||||
run: ccache -p
|
||||
- name: cmake
|
||||
run: |
|
||||
cmake -S . -B build \
|
||||
|
|
Loading…
Add table
Reference in a new issue