Update action.yml
This commit is contained in:
2
.github/workflows/build_base/action.yml
vendored
2
.github/workflows/build_base/action.yml
vendored
@ -27,5 +27,5 @@ runs:
|
|||||||
- name: Build project
|
- name: Build project
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
bash build.sh debug -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
bash build.sh debug -DOB_USE_CCACHE=ON
|
||||||
cd build_debug && make -j4
|
cd build_debug && make -j4
|
||||||
|
|||||||
Reference in New Issue
Block a user