We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c26efd commit 2f1ab69Copy full SHA for 2f1ab69
2 files changed
.github/workflows/main.yml
@@ -55,6 +55,8 @@ jobs:
55
- uses: actions/checkout@v4
56
with:
57
submodules: recursive
58
+ - name: Enable MSVC Developer Command Prompt
59
+ uses: ilammy/msvc-dev-cmd@v1
60
- name: Install python dependencies
61
run: pip install cryptography --break-system-packages
62
- name: Build
.github/workflows/windows.yml
@@ -8,6 +8,8 @@ jobs:
8
9
10
11
12
13
14
15
0 commit comments