Skip to content

Commit 9c13734

Browse files
committed
Fix configuring widows tests
1 parent f54fecf commit 9c13734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Configure Tests
126126
working-directory: ${{ github.workspace }}/tests
127-
run: cmake -B build
127+
run: cmake -G "Visual Studio 16 2019" -B build
128128
shell: cmd
129129

130130
- name: Build Tests

0 commit comments

Comments
 (0)