mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
chore(deps): bump ilammy/msvc-dev-cmd from 1.8.0 to 1.8.1 (#3021)
This commit is contained in:
parent
f61855b9d8
commit
14023c9cda
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -151,7 +151,7 @@ jobs:
|
|||||||
# MSVC, but for now, this action works:
|
# MSVC, but for now, this action works:
|
||||||
- name: Prepare compiler environment for Windows 🐍 2.7
|
- name: Prepare compiler environment for Windows 🐍 2.7
|
||||||
if: matrix.python == 2.7 && runner.os == 'Windows'
|
if: matrix.python == 2.7 && runner.os == 'Windows'
|
||||||
uses: ilammy/msvc-dev-cmd@v1.8.0
|
uses: ilammy/msvc-dev-cmd@v1.8.1
|
||||||
with:
|
with:
|
||||||
arch: x64
|
arch: x64
|
||||||
|
|
||||||
@ -730,7 +730,7 @@ jobs:
|
|||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.9
|
||||||
|
|
||||||
- name: Prepare MSVC
|
- name: Prepare MSVC
|
||||||
uses: ilammy/msvc-dev-cmd@v1.8.0
|
uses: ilammy/msvc-dev-cmd@v1.8.1
|
||||||
with:
|
with:
|
||||||
arch: x86
|
arch: x86
|
||||||
|
|
||||||
@ -776,7 +776,7 @@ jobs:
|
|||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.9
|
||||||
|
|
||||||
- name: Prepare MSVC
|
- name: Prepare MSVC
|
||||||
uses: ilammy/msvc-dev-cmd@v1.8.0
|
uses: ilammy/msvc-dev-cmd@v1.8.1
|
||||||
with:
|
with:
|
||||||
toolset: 14.0
|
toolset: 14.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user