We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c126abf commit 58ef703Copy full SHA for 58ef703
.github/workflows/ci-windows.yml
@@ -37,6 +37,8 @@ jobs:
37
with:
38
fetch-depth: 0
39
40
+ - uses: ilammy/msvc-dev-cmd@v1
41
+
42
- name: Configure CMake
43
run: cmake --preset ${{ matrix.config.preset }}
44
.github/workflows/release.yml
@@ -189,6 +189,8 @@ jobs:
189
190
191
192
193
194
- name: Set version variables
195
run: |
196
$VERSION = "${{ github.ref_name }}"
0 commit comments