mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Fix CTest build config parameter
Change-Id: I4b7aed9c96c07a4e2b2b58618eb5a2452c845ae2
This commit is contained in:
@@ -121,7 +121,7 @@ jobs:
|
||||
if: matrix.gpu == 'no-cuda'
|
||||
run: |
|
||||
cd build_${{matrix.build_type}}/
|
||||
ctest --config ${{matrix.build_type}} \
|
||||
ctest --build-config ${{matrix.build_type}} \
|
||||
--output-on-failure \
|
||||
-j$(nproc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user