init stage0
Some checks failed
/ build (push) Failing after 45s

This commit is contained in:
Adrien Beaudouin 2025-06-03 20:34:11 +02:00
parent 13b424d0a1
commit 3263967d6d

View File

@ -18,7 +18,7 @@ jobs:
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
- name: Restore stage0 cache
uses: actions/cache@v4
uses: actions/cache/restore@v4
with:
path: fetch/bootstrap/stage0
key: stage0-${{ hashFiles('packages/bootstrap/stage0/package.toml') }}