chore: CI: revert accidentally disabling Lake cache

This commit is contained in:
Sebastian Ullrich 2025-04-24 15:01:09 +02:00 committed by GitHub
parent d38d9400d8
commit 96cda3f498
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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