Dump ccache config

This commit is contained in:
badaix 2022-02-05 17:44:05 +01:00
parent ec226c4eec
commit 2a20d6aeee

View file

@ -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 \