ci(workflow): 更新 Windows 构建工作流配置
Some checks failed
Build Android APK / 编译 libcore.aar (push) Failing after 7s
Build Android APK / 编译 Android APK (release) (push) Has been skipped
Build Multi-Platform / 编译 libcore (iOS/tvOS) (push) Failing after 7s
Build Windows / ACT Windows Checkout Verification (push) Failing after 7h0m7s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 20m5s
Build Windows / build (push) Failing after 7h0m10s
Build Android APK / 创建 GitHub Release (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Android) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Windows) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (macOS) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Linux) (push) Has been cancelled
Build Multi-Platform / 构建 Android APK (push) Has been cancelled
Build Multi-Platform / 构建 Windows (push) Has been cancelled
Build Multi-Platform / 构建 macOS (push) Has been cancelled
Build Multi-Platform / 构建 Linux (push) Has been cancelled
Build Multi-Platform / 创建 Release (push) Has been cancelled
Build Multi-Platform / 构建 iOS (push) Has been cancelled
Some checks failed
Build Android APK / 编译 libcore.aar (push) Failing after 7s
Build Android APK / 编译 Android APK (release) (push) Has been skipped
Build Multi-Platform / 编译 libcore (iOS/tvOS) (push) Failing after 7s
Build Windows / ACT Windows Checkout Verification (push) Failing after 7h0m7s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 20m5s
Build Windows / build (push) Failing after 7h0m10s
Build Android APK / 创建 GitHub Release (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Android) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Windows) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (macOS) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Linux) (push) Has been cancelled
Build Multi-Platform / 构建 Android APK (push) Has been cancelled
Build Multi-Platform / 构建 Windows (push) Has been cancelled
Build Multi-Platform / 构建 macOS (push) Has been cancelled
Build Multi-Platform / 构建 Linux (push) Has been cancelled
Build Multi-Platform / 创建 Release (push) Has been cancelled
Build Multi-Platform / 构建 iOS (push) Has been cancelled
添加 persist-credentials 选项并允许子模块验证失败
This commit is contained in:
parent
4cc3f98b0f
commit
0e062a275a
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@ -237,9 +237,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Verify submodules
|
- name: Verify submodules
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
git --version
|
git --version
|
||||||
git submodule status
|
git submodule status
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user