From 07d0313279f3859bf0859655c5b6103abf61302d Mon Sep 17 00:00:00 2001 From: Him188 Date: Thu, 26 Sep 2024 00:05:54 +0100 Subject: [PATCH] =?UTF-8?q?CI:=20macos=20=E5=BC=80=E5=90=AF=20assemble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 912ba04a76..3b2a1de444 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: anitorrent_separate_build: true # macOS native 构建快, 先构建 anitorrent, 再 assemble compose_resource_triple: macos-x64 run_tests: true - assemble: false + assemble: true gradleArgs: >- -Dorg.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8