From dcd490b1c7c1ada1b3e3cde428d58b21b783f946 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 1 Apr 2023 19:06:53 +0800 Subject: [PATCH] disable ccache in github action build --- .github/workflows/nuitka.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index d638fac..94b2ac6 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -119,7 +119,7 @@ jobs: $arg += @("--include-data-dir=./textures=./textures") $arg += @("--include-data-dir=./configs=./configs") # 编译配置 - # $arg += @("--show-progress") + $arg += @("--disable-ccache") $arg += @("--assume-yes-for-download") python -m nuitka $arg DR.py @@ -148,7 +148,7 @@ jobs: $arg += @("--include-data-dir=./textures=./textures") $arg += @("--include-data-dir=./configs=./configs") # 编译配置 - # $arg += @("--show-progress") + $arg += @("--disable-ccache") $arg += @("--assume-yes-for-download") python -m nuitka $arg DR.py