mv uv.exe onto D:

This commit is contained in:
Kevin Stillhammer 2024-09-18 18:14:15 +02:00
parent 561bff6f70
commit 363497d0ae
No known key found for this signature in database

View File

@ -111,15 +111,13 @@ jobs:
matrix: matrix:
os: os:
[ [
ubuntu-latest,
macos-latest,
macos-14,
windows-latest, windows-latest,
oracle-aarch64,
] ]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install default version - name: Install default version
uses: ./ 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: uv tool install ruff
- run: ruff --version - run: ruff --version