Update main.yaml
This commit is contained in:
parent
f44d35681f
commit
f62c29662d
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -72,7 +72,9 @@ jobs:
|
|||||||
key: "v0-${{ runner.os }}-ccache__${{matrix.os}}__${{matrix.compiler.cxx}}__${{matrix.compiler.cc}}__${{matrix.build_type}}__"
|
key: "v0-${{ runner.os }}-ccache__${{matrix.os}}__${{matrix.compiler.cxx}}__${{matrix.compiler.cc}}__${{matrix.build_type}}__"
|
||||||
- name: Configure ccache
|
- name: Configure ccache
|
||||||
shell: bash
|
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
|
# 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
|
- name: Setup conan cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user