Support x86 windows (#3873)

Add trampolines for x86 windows.

Closes https://github.com/astral-sh/uv/issues/3660.
This commit is contained in:
konsti
2024-05-28 18:07:39 +02:00
committed by GitHub
parent cedd18e4c6
commit f92447772e
7 changed files with 32 additions and 7 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ jobs:
RUSTUP_HOME: ${{ env.DEV_DRIVE }}/.rustup
run: |
rustup target add x86_64-pc-windows-msvc
rustup component add clippy rust-src --toolchain nightly-2024-03-19-x86_64-pc-windows-msvc
rustup component add clippy rust-src --toolchain nightly-2024-05-27-x86_64-pc-windows-msvc
- uses: rui314/setup-mold@v1