From 7bb7a06a8a57f54d0ae80e33dc6b84aa562b966c Mon Sep 17 00:00:00 2001 From: nauta Date: Wed, 27 Sep 2023 15:47:39 +0800 Subject: [PATCH] Update action.yml --- .github/workflows/build_base/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_base/action.yml b/.github/workflows/build_base/action.yml index d950e6916..1ca32c494 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