Update trampolines

This commit is contained in:
Micha Reiser 2024-02-22 08:03:16 +01:00
parent 21d8916e3d
commit 3c027bcb7d
No known key found for this signature in database
6 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1 +1,2 @@
crates/uv-trampoline/trampolines/* binary
* text=auto eol=lf

View File

@ -107,7 +107,7 @@ jobs:
run: |
rustup target add x86_64-pc-windows-msvc
rustup target add aarch64-pc-windows-msvc
rustup component add clippy rust-src --toolchain nightly-2024-02-09-x86_64-pc-windows-msvc
rustup component add clippy rust-src --toolchain nightly-2024-01-23-x86_64-pc-windows-msvc
- uses: rui314/setup-mold@v1
- uses: Swatinem/rust-cache@v2
with: