chore: CI: temporarily disable .olean cache
This commit is contained in:
parent
04c273dbc6
commit
e129e75e66
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-template.yml
vendored
4
.github/workflows/build-template.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
# NOTE: must be in sync with `save` below
|
||||
path: |
|
||||
.ccache
|
||||
${{ matrix.name == 'Linux Lake' && 'build/stage1/**/*.trace
|
||||
${{ matrix.name == 'Linux Lake' && false && 'build/stage1/**/*.trace
|
||||
build/stage1/**/*.olean*
|
||||
build/stage1/**/*.ilean
|
||||
build/stage1/**/*.c
|
||||
|
|
@ -245,7 +245,7 @@ jobs:
|
|||
# NOTE: must be in sync with `restore` above
|
||||
path: |
|
||||
.ccache
|
||||
${{ matrix.name == 'Linux Lake' && 'build/stage1/**/*.trace
|
||||
${{ matrix.name == 'Linux Lake' && false && 'build/stage1/**/*.trace
|
||||
build/stage1/**/*.olean*
|
||||
build/stage1/**/*.ilean
|
||||
build/stage1/**/*.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue