From c8e5b561ef9eaef355ddcfa2d81e31d81d85d6ec Mon Sep 17 00:00:00 2001 From: WarmUpTill <19472752+WarmUpTill@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:20:00 +0200 Subject: [PATCH] Fix MacOS build --- .github/scripts/utils.zsh/setup_ccache | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/scripts/utils.zsh/setup_ccache b/.github/scripts/utils.zsh/setup_ccache index f06733d3..b72d1255 100644 --- a/.github/scripts/utils.zsh/setup_ccache +++ b/.github/scripts/utils.zsh/setup_ccache @@ -10,7 +10,6 @@ if (( ${+commands[ccache]} )) { typeset -gx CCACHE_CONFIGPATH="${project_root}/.ccache.conf" - ccache --set-config=run_second_cpp=true ccache --set-config=direct_mode=true ccache --set-config=inode_cache=true ccache --set-config=compiler_check=content