From 793fdc05b4ceaf74d0782723f63bf79fee2f4b70 Mon Sep 17 00:00:00 2001 From: Him188 Date: Sun, 3 Jul 2022 14:47:16 +0800 Subject: [PATCH] Disable JVM tests for Windows --- .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 cbb04e852..6eadebf55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: - - windows-2022 +# - windows-2022 - macos-12 env: gradleArgs: --scan "-Dmirai.target=jvm;android;!other" "-Pkotlin.compiler.execution.strategy=in-process" "-Dorg.gradle.jvmargs=-Xmx6000m -Dfile.encoding=UTF-8"