Skip to content

Commit

Permalink
Use ilammy/msvc-dev-cmd@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed May 17, 2023
1 parent e8f55cb commit a75c464
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@a742a854f54111d83b78e97091b5d85ccdaa3e89
uses: ilammy/msvc-dev-cmd@v1

- 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@a742a854f54111d83b78e97091b5d85ccdaa3e89
uses: ilammy/msvc-dev-cmd@v1
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@a742a854f54111d83b78e97091b5d85ccdaa3e89
uses: ilammy/msvc-dev-cmd@v1
with:
toolset: 14.0
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit a75c464

Please sign in to comment.