Install UV
All checks were successful
Check / build (pull_request) Successful in 7m58s
Publish / build (push) Successful in 8m39s
Publish / publish-crate (push) Has been skipped
Publish / publish-npm (push) Has been skipped
Check / build (push) Successful in 9m51s

This commit is contained in:
Andras Schmelczer 2026-05-22 08:17:19 +01:00
parent 22723cbcae
commit 17a96be0fc
2 changed files with 10 additions and 0 deletions

View file

@ -59,6 +59,11 @@ jobs:
| sh -s -- -y --default-toolchain none --profile minimal | sh -s -- -y --default-toolchain none --profile minimal
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
- name: Install uv
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Lint - name: Lint
run: scripts/lint.sh run: scripts/lint.sh

View file

@ -63,6 +63,11 @@ jobs:
| sh -s -- -y --default-toolchain none --profile minimal | sh -s -- -y --default-toolchain none --profile minimal
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
- name: Install uv
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Lint - name: Lint
run: scripts/lint.sh run: scripts/lint.sh