mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-18 09:32:23 +08:00
[build] Run JVM builds on Windows
This commit is contained in:
parent
15dea7a6b2
commit
428089617f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -21,8 +21,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
# - windows-2022
|
||||
- windows-12
|
||||
- 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"
|
||||
isMac: ${{ startsWith(matrix.os, 'macos') }}
|
||||
|
Loading…
Reference in New Issue
Block a user