From e129e75e661d066360ee8744aeb8ab176cbc9ad7 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Wed, 18 Jun 2025 11:12:56 +0900 Subject: [PATCH] chore: CI: temporarily disable .olean cache --- .github/workflows/build-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index e2aa7f4397..dd3c150ab8 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -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