Update action.yml

This commit is contained in:
nauta
2023-09-27 15:47:39 +08:00
committed by GitHub
parent be6a9e2ba6
commit 7bb7a06a8a

View File

@ -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