Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Jan 26, 2025
1 parent c5241eb commit fe416ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ jobs:
uses: TheMrMilchmann/setup-msvc-dev@v3
if: matrix.os == 'windows-2022'
with:
arch: 'x64'
sdk: 10.0.10240.0
toolset: 17.12
uwp: true
arch: x64
# sdk: 10.0.10240.0
toolset: 14
# uwp: true

- name: Build wheels
run: |
Expand Down

0 comments on commit fe416ef

Please sign in to comment.