chore: CI: use restored ccache cache in update-stage0
This commit is contained in:
parent
e74e9694fe
commit
d06fff0f13
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update-stage0.yml
vendored
2
.github/workflows/update-stage0.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue