Skip to content

Commit b0dfdd3

Browse files
Update windows.yml
1 parent 936f88d commit b0dfdd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
- name: Build
17-
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build
17+
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Unix Makefiles"
1818

1919
- name: Configure build directory
2020
run: cmake --build build
2121

2222
- name: Run tests
23-
run: cd build && ctest
23+
run: cd build && ctest

0 commit comments

Comments
 (0)