mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
chore(deps): bump ilammy/msvc-dev-cmd from 1.8.1 to 1.9.0 (#3027)
This commit is contained in:
parent
e0b5cbd4c6
commit
9b3b357706
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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/msvc-dev-cmd@v1.8.1
|
||||
uses: ilammy/msvc-dev-cmd@v1.9.0
|
||||
with:
|
||||
arch: x64
|
||||
|
||||
@ -741,7 +741,7 @@ jobs:
|
||||
uses: jwlawson/actions-setup-cmake@v1.9
|
||||
|
||||
- name: Prepare MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1.8.1
|
||||
uses: ilammy/msvc-dev-cmd@v1.9.0
|
||||
with:
|
||||
arch: x86
|
||||
|
||||
@ -787,7 +787,7 @@ jobs:
|
||||
uses: jwlawson/actions-setup-cmake@v1.9
|
||||
|
||||
- name: Prepare MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1.8.1
|
||||
uses: ilammy/msvc-dev-cmd@v1.9.0
|
||||
with:
|
||||
toolset: 14.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user