Skip to content

Commit

Permalink
Merge pull request #120 from micro-manager/use-vs2019-toolset
Browse files Browse the repository at this point in the history
CI: build with VS2019 toolset for Windows
  • Loading branch information
marktsuchida authored Jul 5, 2024
2 parents 192bd58 + 3f9e368 commit 47ccae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
with:
submodules: "recursive"

- uses: ilammy/msvc-dev-cmd@v1
with:
toolset: "14.2"

- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 47ccae5

Please sign in to comment.