Skip to content

Commit c9f22df

Browse files
committed
Fixed typo
1 parent cda4adb commit c9f22df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
cmake -B ${{github.workspace}}/build \
6969
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
70-
-DCMAKE_BUILD_TYPE=${{ matrix.config }} \
70+
-DCMAKE_BUILD_TYPE=${{ matrix.config }} \
7171
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
7272
-DLIBMINC_MINC1_SUPPORT:BOOL=${{ matrix.build-params.WITH_MINC1 }} \
7373
-DBUILD_TESTING:BOOL=${{ matrix.build-params.tests }} \

0 commit comments

Comments
 (0)