Fix ubuntu debug action
This commit is contained in:
parent
62d3b2f68f
commit
069a05edc9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_ubuntu_debug.yml
vendored
4
.github/workflows/build_ubuntu_debug.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build_Ubuntu_Debug
|
||||
name: Build Debug (Ubuntu)
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Configure
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -EDO=ON -EDO_USE_LIB=Eigen3 -DENABLE_CMAKE_EXAMPLE=ON -DENABLE_CMAKE_TESTING=ON
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DEDO=ON -DEDO_USE_LIB=Eigen3 -DENABLE_CMAKE_EXAMPLE=ON -DENABLE_CMAKE_TESTING=ON
|
||||
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue