Compare commits

..

1 Commits

Author SHA1 Message Date
18312502ca chore(ci): replace uv github action to manual install
All checks were successful
Code check / Check code (pull_request) Successful in 1m19s
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
2025-08-23 21:03:57 +05:00

View File

@@ -17,11 +17,10 @@ jobs:
with: with:
node-version: 20 node-version: 20
- name: Install uv manually - name: Install uv
run: | uses: https://github.com/astral-sh/setup-uv@v6
curl -LsSf https://astral.sh/uv/install.sh | sh with:
source $HOME/.local/bin/env enable-cache: true
uv --version
- name: Download external renovate config - name: Download external renovate config
run: | run: |