From fb7cbc03d100f3d7ade07b8f05671b880a9604d7 Mon Sep 17 00:00:00 2001 From: Nicolas Roussel Date: Sat, 23 Nov 2024 00:45:53 +0100 Subject: [PATCH] Revert 2c12055b321a5739ff62805e02a866e39432486f and b97dea740a87478f125522f0f8409b05f7a760fb Neither commit is actually needed. --- .github/workflows/wheels.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4570bd934..7911268ff 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -46,14 +46,6 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 with: arch: x64 - toolset: 14.41.34120 - sdk: 10.0.22621.0 - - - name: Setup cmake - if: runner.os == 'Windows' - uses: jwlawson/actions-setup-cmake@v2 - with: - cmake-version: '3.30.5' - name: Install cibuildwheel run: |