Skip to content

Commit

Permalink
Force MSVC version to 14.39
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Mar 14, 2024
1 parent 67a202f commit be87853
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ jobs:
with:
python-version: ${{ matrix.python_version }}

- name: Setup msvc version
uses: ilammy/msvc-dev-cmd@v1
with:
toolset: "14.39"

#
# Setup build caching
#
Expand Down

0 comments on commit be87853

Please sign in to comment.