myhomelab/.gitea/actions/setup/action.yml
2026-03-04 06:09:54 +01:00

7 lines
145 B
YAML

runs:
using: composite
steps:
- name: "Install UV"
shell: bash
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh