mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-06 08:00:10 +08:00
[build] Disable check-publishing for Windows due to OOM
This commit is contained in:
parent
e9c12eb4a8
commit
2c9c6bd82b
8
.github/workflows/check-publishing.yml
vendored
8
.github/workflows/check-publishing.yml
vendored
@ -25,13 +25,13 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- windows-2022
|
# - windows-2022
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
- macos-12
|
- macos-12
|
||||||
include:
|
include:
|
||||||
- os: windows-2022
|
# - os: windows-2022
|
||||||
targetName: mingwX64
|
# targetName: mingwX64
|
||||||
parallelCompilation: false
|
# parallelCompilation: false
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
targetName: linuxX64
|
targetName: linuxX64
|
||||||
parallelCompilation: false
|
parallelCompilation: false
|
||||||
|
Loading…
Reference in New Issue
Block a user