5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-23 11:01:03 +00:00

leave uv.exe in D:

This commit is contained in:
Kevin Stillhammer
2024-09-18 20:49:20 +02:00
parent 363497d0ae
commit 2233977af9
3 changed files with 4 additions and 16 deletions

View File

@@ -109,15 +109,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
[
windows-latest,
]
os: [windows-latest]
steps:
- uses: actions/checkout@v4
- name: Install default version
uses: ./
- run: mkdir D:\a\_temp\uv-tool-bin-dir
- run: mv C:\hostedtoolcache\windows\uv\0.4.12\x86_64\uv.exe D:\a\_temp\uv-tool-bin-dir\uv.exe
- run: uv tool install ruff
- run: ruff --version