-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump ilammy/msvc-dev-cmd from 1.8.0 to 1.8.1 (#3021)
- Loading branch information
1 parent
f61855b
commit 14023c9
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,7 +151,7 @@ jobs: | |
# MSVC, but for now, this action works: | ||
- name: Prepare compiler environment for Windows 🐍 2.7 | ||
if: matrix.python == 2.7 && runner.os == 'Windows' | ||
uses: ilammy/[email protected].0 | ||
uses: ilammy/[email protected].1 | ||
with: | ||
arch: x64 | ||
|
||
|
@@ -730,7 +730,7 @@ jobs: | |
uses: jwlawson/[email protected] | ||
|
||
- name: Prepare MSVC | ||
uses: ilammy/[email protected].0 | ||
uses: ilammy/[email protected].1 | ||
with: | ||
arch: x86 | ||
|
||
|
@@ -776,7 +776,7 @@ jobs: | |
uses: jwlawson/[email protected] | ||
|
||
- name: Prepare MSVC | ||
uses: ilammy/[email protected].0 | ||
uses: ilammy/[email protected].1 | ||
with: | ||
toolset: 14.0 | ||
|
||
|