File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -359,17 +359,16 @@ jobs:
359
359
with :
360
360
tool : cargo-xwin,cargo-bloat
361
361
362
- # xwin is currently broken. See https://github.com/rust-cross/cargo-xwin/issues/127
363
- # - name: "Install xwin dependencies"
364
- # run: sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
365
- #
366
- # - name: "Clippy"
367
- # working-directory: ${{ github.workspace }}/crates/uv-trampoline
368
- # if: matrix.target-arch == 'x86_64'
369
- # run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
370
- # env:
371
- # XWIN_ARCH: "x86_64"
372
- # XWIN_CACHE_DIR: "${{ github.workspace }}/.xwin"
362
+ - name : " Install xwin dependencies"
363
+ run : sudo apt-get install --no-install-recommends -y lld llvm clang cmake ninja-build
364
+
365
+ - name : " Clippy"
366
+ working-directory : ${{ github.workspace }}/crates/uv-trampoline
367
+ if : matrix.target-arch == 'x86_64'
368
+ run : cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
369
+ env :
370
+ XWIN_ARCH : " x86_64"
371
+ XWIN_CACHE_DIR : " ${{ github.workspace }}/.xwin"
373
372
374
373
- name : " Bloat Check"
375
374
working-directory : ${{ github.workspace }}/crates/uv-trampoline
You can’t perform that action at this time.
0 commit comments