mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-04 08:09:33 +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
|
||||
matrix:
|
||||
os:
|
||||
- windows-2022
|
||||
# - windows-2022
|
||||
- ubuntu-20.04
|
||||
- macos-12
|
||||
include:
|
||||
- os: windows-2022
|
||||
targetName: mingwX64
|
||||
parallelCompilation: false
|
||||
# - os: windows-2022
|
||||
# targetName: mingwX64
|
||||
# parallelCompilation: false
|
||||
- os: ubuntu-20.04
|
||||
targetName: linuxX64
|
||||
parallelCompilation: false
|
||||
|
Loading…
Reference in New Issue
Block a user