Skip to content

Commit

Permalink
chore(deps): bump ilammy/msvc-dev-cmd from 1 to 1.8.0 (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 14, 2021
1 parent bc7cf6e commit f61855b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
uses: ilammy/msvc-dev-cmd@v1.8.0
with:
arch: x64

Expand Down Expand Up @@ -730,7 +730,7 @@ jobs:
uses: jwlawson/actions-setup-cmake@v1.9

- name: Prepare MSVC
uses: ilammy/msvc-dev-cmd@v1
uses: ilammy/msvc-dev-cmd@v1.8.0
with:
arch: x86

Expand Down Expand Up @@ -776,7 +776,7 @@ jobs:
uses: jwlawson/actions-setup-cmake@v1.9

- name: Prepare MSVC
uses: ilammy/msvc-dev-cmd@v1
uses: ilammy/msvc-dev-cmd@v1.8.0
with:
toolset: 14.0

Expand Down

0 comments on commit f61855b

Please sign in to comment.