Skip to content

Commit 58ef703

Browse files
committed
Add MSVC environment setup to CI and release workflows
1 parent c126abf commit 58ef703

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939

40+
- uses: ilammy/msvc-dev-cmd@v1
41+
4042
- name: Configure CMake
4143
run: cmake --preset ${{ matrix.config.preset }}
4244

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ jobs:
189189
with:
190190
fetch-depth: 0
191191

192+
- uses: ilammy/msvc-dev-cmd@v1
193+
192194
- name: Set version variables
193195
run: |
194196
$VERSION = "${{ github.ref_name }}"

0 commit comments

Comments
 (0)