Skip to content

Commit 7431d31

Browse files
committed
Fixed workflow build
1 parent 0bf68c9 commit 7431d31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
5959
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
6060
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
61+
-DCMAKE_CONFIGURATION_TYPES=${{ matrix.build_type }}
6162
-S ${{ github.workspace }}
6263
-DFREEIMAGE_WITH_LIBHEIF:BOOL=OFF
6364
-DFREEIMAGE_BUILD_TESTS:BOOL=ON

0 commit comments

Comments
 (0)