diff --git a/.github/workflows/build_base/action.yml b/.github/workflows/build_base/action.yml index d950e69162..1ca32c494e 100644 --- a/.github/workflows/build_base/action.yml +++ b/.github/workflows/build_base/action.yml @@ -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