forked from boostorg/concept_check
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -141,7 +141,10 @@ jobs:
|
|||||||
if: env.B2_USE_CCACHE
|
if: env.B2_USE_CCACHE
|
||||||
with:
|
with:
|
||||||
path: ~/.ccache
|
path: ~/.ccache
|
||||||
key: ${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}
|
key: ${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}-${{github.sha}}
|
||||||
|
restore-keys: |
|
||||||
|
${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}-
|
||||||
|
${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}
|
||||||
|
|
||||||
- name: Fetch Boost.CI
|
- name: Fetch Boost.CI
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user