Update action.yml

This commit is contained in:
nauta 2023-09-27 15:47:39 +08:00 committed by GitHub
parent be6a9e2ba6
commit 7bb7a06a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,5 +27,5 @@ runs:
- name: Build project
shell: bash
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