chore: CI: use restored ccache cache in update-stage0

This commit is contained in:
Sebastian Ullrich 2025-08-27 11:44:46 +02:00 committed by GitHub
parent e74e9694fe
commit d06fff0f13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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