Skip to content

Commit 2f1ab69

Browse files
committed
Enabled msvc cl on ci
1 parent 2c26efd commit 2f1ab69

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- uses: actions/checkout@v4
5656
with:
5757
submodules: recursive
58+
- name: Enable MSVC Developer Command Prompt
59+
uses: ilammy/msvc-dev-cmd@v1
5860
- name: Install python dependencies
5961
run: pip install cryptography --break-system-packages
6062
- name: Build

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
- uses: actions/checkout@v4
99
with:
1010
submodules: recursive
11+
- name: Enable MSVC Developer Command Prompt
12+
uses: ilammy/msvc-dev-cmd@v1
1113
- name: Install python dependencies
1214
run: pip install cryptography --break-system-packages
1315
- name: Build

0 commit comments

Comments
 (0)