Skip to content

Commit 42ed86a

Browse files
committed
Try to fix GCC build
1 parent 6aac8c5 commit 42ed86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu_gcc12_x86-64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Generate Unix Makefiles
1818
run: cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-12 -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-12 -Btarget -G "Unix Makefiles"
1919
- name: Build
20-
run: cmake --build target --config Release --parallel
20+
run: cmake --build target --config Release
2121
- name: Test
2222
run: ctest --test-dir target -j32 -C Release -T test --output-on-failure -VV
2323
- name: Test Report

0 commit comments

Comments
 (0)