diff --git a/.github/workflows/rust-windows.yml b/.github/workflows/rust-windows.yml index daccfb15e..805dc40b4 100644 --- a/.github/workflows/rust-windows.yml +++ b/.github/workflows/rust-windows.yml @@ -26,14 +26,14 @@ jobs: python-version: '3.12' - name: Update Rust run: rustup update - - name: Setup Rust-cache - uses: Swatinem/rust-cache@v2 - with: - key: qsv-wincache + # - name: Setup Rust-cache + # uses: Swatinem/rust-cache@v2 + # with: + # key: qsv-wincache - name: make empty DLLs directory to prevent spurious python warning run: | mkdir DLLs - name: Run tests env: RUSTFLAGS: -C target-feature=+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+avx2,+fma,+bmi1,+bmi2,+lzcnt,+pclmulqdq - run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,polars,feature_capable,lens + run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,polars,feature_capable,ui