disable ccache in github action build
This commit is contained in:
parent
de79d53aee
commit
dcd490b1c7
4
.github/workflows/nuitka.yml
vendored
4
.github/workflows/nuitka.yml
vendored
@ -119,7 +119,7 @@ jobs:
|
|||||||
$arg += @("--include-data-dir=./textures=./textures")
|
$arg += @("--include-data-dir=./textures=./textures")
|
||||||
$arg += @("--include-data-dir=./configs=./configs")
|
$arg += @("--include-data-dir=./configs=./configs")
|
||||||
# 编译配置
|
# 编译配置
|
||||||
# $arg += @("--show-progress")
|
$arg += @("--disable-ccache")
|
||||||
$arg += @("--assume-yes-for-download")
|
$arg += @("--assume-yes-for-download")
|
||||||
python -m nuitka $arg DR.py
|
python -m nuitka $arg DR.py
|
||||||
|
|
||||||
@ -148,7 +148,7 @@ jobs:
|
|||||||
$arg += @("--include-data-dir=./textures=./textures")
|
$arg += @("--include-data-dir=./textures=./textures")
|
||||||
$arg += @("--include-data-dir=./configs=./configs")
|
$arg += @("--include-data-dir=./configs=./configs")
|
||||||
# 编译配置
|
# 编译配置
|
||||||
# $arg += @("--show-progress")
|
$arg += @("--disable-ccache")
|
||||||
$arg += @("--assume-yes-for-download")
|
$arg += @("--assume-yes-for-download")
|
||||||
python -m nuitka $arg DR.py
|
python -m nuitka $arg DR.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user