From 31eb2971a7ddb420f09e2a2528b52f7786597234 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 1 Nov 2024 21:53:08 -0300 Subject: [PATCH] CI testing --- .forgejo/workflows/ci.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index ee444be3..e5309778 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -14,9 +14,17 @@ on: jobs: build: runs-on: runner - + steps: - - uses: https://code.forgejo.org/actions/checkout@v2 + - uses: https://code.forgejo.org/actions/checkout@v4 + + - name: Invidious build cache + id: invidious-cache + uses: actions/cache@v4 + with: + path: | + ./lib + key: invidious-cache - uses: https://code.forgejo.org/docker/setup-buildx-action@v3 name: Setup Docker BuildX system @@ -47,4 +55,3 @@ jobs: push: true build-args: | "release=1" -