Skip to content

Commit

Permalink
Update msvc-dev-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed May 17, 2023
1 parent 6487836 commit fd4df59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Install MSVC
if: matrix.os == 'windows-latest' && matrix.python-version == '2.7'
uses: ilammy/msvc-dev-cmd@f456b805b3f63911738cb71d4f255e4e129c7e7a
uses: ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89

- name: Prepare environmental variables
if: matrix.os == 'windows-latest' && matrix.python-version == '2.7'
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
with:
python-version: "3.11"
- name: Install MSVC
uses: ilammy/msvc-dev-cmd@f456b805b3f63911738cb71d4f255e4e129c7e7a
uses: ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89
with:
arch: ${{ matrix.arch }}
- name: Test Windows 32 and 64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Install MSVC
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1
uses: ilammy/msvc-dev-cmd@a742a854f54111d83b78e97091b5d85ccdaa3e89
with:
toolset: 14.0
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit fd4df59

Please sign in to comment.