Skip to content

Commit 788cbf4

Browse files
Skylion007mgorny
authored andcommitted
Fix rest of MinGW
1 parent 99cdc0f commit 788cbf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ jobs:
932932
run: git clean -fdx
933933

934934
- name: Configure C++14
935-
run: cmake -G "MinGW Makefiles" -DCMAKE_CXX_STANDARD=14 -S . -B build2
935+
run: cmake -G "MinGW Makefiles" -DCMAKE_CXX_STANDARD=14 -DDOWNLOAD_CATCH=ON -S . -B build2
936936

937937
- name: Build C++14
938938
run: cmake --build build2 -j 2
@@ -950,7 +950,7 @@ jobs:
950950
run: git clean -fdx
951951

952952
- name: Configure C++17
953-
run: cmake -G "MinGW Makefiles" -DCMAKE_CXX_STANDARD=17 -S . -B build3
953+
run: cmake -G "MinGW Makefiles" -DCMAKE_CXX_STANDARD=17 -DDOWNLOAD_CATCH=ON -S . -B build3
954954

955955
- name: Build C++17
956956
run: cmake --build build3 -j 2

0 commit comments

Comments
 (0)