From f62c29662d5261cb68496cecf65fc9457f4b6fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Me=C3=9Fmer?= Date: Sun, 11 Apr 2021 19:45:56 -0700 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1849fede..81cf4bea 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -72,7 +72,9 @@ jobs: key: "v0-${{ runner.os }}-ccache__${{matrix.os}}__${{matrix.compiler.cxx}}__${{matrix.compiler.cc}}__${{matrix.build_type}}__" - name: Configure ccache shell: bash - run: ccache --set-config=compiler_check=content + run: | + set -v + ccache --set-config=compiler_check=content # TODO Ideally, the Setup conan cache step would be part of the build action, but Github doesn't support nested actions yet, see https://github.com/actions/runner/issues/862 - name: Setup conan cache uses: actions/cache@v2