Commit 9b3b3577 by dependabot[bot] Committed by GitHub

chore(deps): bump ilammy/msvc-dev-cmd from 1.8.1 to 1.9.0 (#3027)

parent e0b5cbd4
...@@ -151,7 +151,7 @@ jobs: ...@@ -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.1 uses: ilammy/msvc-dev-cmd@v1.9.0
with: with:
arch: x64 arch: x64
...@@ -741,7 +741,7 @@ jobs: ...@@ -741,7 +741,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.1 uses: ilammy/msvc-dev-cmd@v1.9.0
with: with:
arch: x86 arch: x86
...@@ -787,7 +787,7 @@ jobs: ...@@ -787,7 +787,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.1 uses: ilammy/msvc-dev-cmd@v1.9.0
with: with:
toolset: 14.0 toolset: 14.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment