From 69b6820ffe6bbf6030b0239dd502450e2f3fc87c Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Sat, 21 Jun 2025 18:25:38 +0100 Subject: [PATCH] ci: Install UV --- .forgejo/actions/prefligit/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/actions/prefligit/action.yml b/.forgejo/actions/prefligit/action.yml index 2179695f..62ea9e1c 100644 --- a/.forgejo/actions/prefligit/action.yml +++ b/.forgejo/actions/prefligit/action.yml @@ -10,6 +10,8 @@ inputs: runs: using: composite steps: + - name: Install uv + uses: https://github.com/astral-sh/setup-uv@v6 - name: Install Prefligit shell: bash run: |