From d06fff0f139714642510e55b273e24409cbeeade Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Wed, 27 Aug 2025 11:44:46 +0200 Subject: [PATCH] chore: CI: use restored ccache cache in `update-stage0` --- .github/workflows/update-stage0.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-stage0.yml b/.github/workflows/update-stage0.yml index e3e9cc6439..26e625ea05 100644 --- a/.github/workflows/update-stage0.yml +++ b/.github/workflows/update-stage0.yml @@ -19,6 +19,8 @@ concurrency: jobs: update-stage0: runs-on: nscloud-ubuntu-22.04-amd64-8x16 + env: + CCACHE_DIR: ${{ github.workspace }}/.ccache steps: # This action should push to an otherwise protected branch, so it # uses a deploy key with write permissions, as suggested at