FIXME: add a cache job
Some checks failed
Gentoo Utils / cache (push) Successful in 13s
Gentoo Utils / build-oci-image (push) Successful in 13s
Gentoo Utils / test (push) Has been cancelled
Gentoo Utils / build (push) Has been cancelled
Gentoo Utils / check-format (push) Has been cancelled
Gentoo Utils / docs (push) Has been cancelled

This commit is contained in:
2025-12-12 19:26:26 -06:00
parent 5006b8f150
commit 8237606f87

View File

@@ -3,6 +3,21 @@ name: Gentoo Utils
on: [push] on: [push]
jobs: jobs:
cache:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Restore git cache
uses: actions/cache@v4
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
- name: Checkout repo
uses: actions/checkout@v5
with:
fetch-depth: 0
build-oci-image: build-oci-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true continue-on-error: true