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