From 96cda3f4986e6ac1a3cc3496d2c8ee4fa386026d Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Thu, 24 Apr 2025 15:01:09 +0200 Subject: [PATCH] chore: CI: revert accidentally disabling Lake cache --- .github/workflows/build-template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index 4af7e1354e..eaac145c29 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -99,7 +99,6 @@ jobs: if: matrix.cmultilib - name: Cache id: restore-cache - if: matrix.name != 'Linux Lake' uses: actions/cache/restore@v4 with: # NOTE: must be in sync with `save` below