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

This commit is contained in:
Adrien Beaudouin 2025-06-03 20:32:47 +02:00
parent 6f5f0d109e
commit 13b424d0a1

View File

@ -21,15 +21,20 @@ jobs:
uses: actions/cache@v4
with:
path: fetch/bootstrap/stage0
key: test
key: stage0-${{ hashFiles('packages/bootstrap/stage0/package.toml') }}
- name: Fetch stage0
run: |
python3 ./src/fetch.py stage0
- name: Save stage0 cache
uses: actions/cache/save@v4
with:
path: fetch/bootstrap/stage0
key: stage0-${{ hashFiles('packages/bootstrap/stage0/package.toml') }}
- name: Build stage0
env:
CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
run: |
makelsls
makels
# - name: Restore stage1 cache
# uses: actions/cache@v4