From 552653b460ce080c8e89fcbf55c8885df12024cb Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Sat, 21 Jun 2025 18:42:43 +0100 Subject: [PATCH] ci: Cache uv toolchain --- .forgejo/actions/prefligit/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/actions/prefligit/action.yml b/.forgejo/actions/prefligit/action.yml index 987a4b18..8cbd4500 100644 --- a/.forgejo/actions/prefligit/action.yml +++ b/.forgejo/actions/prefligit/action.yml @@ -12,6 +12,9 @@ runs: steps: - name: Install uv uses: https://github.com/astral-sh/setup-uv@v6 + with: + enable-cache: true + ignore-nothing-to-cache: true - name: Install Prefligit shell: bash run: |