Shallow submodule clone on Windows to fix checkout timeout
Build Lotus Chat Desktop / prepare-release (push) Successful in 8s
Build Lotus Chat Desktop / build-linux (push) Successful in 23m26s
Build Lotus Chat Desktop / build-windows (push) Failing after 32m33s

This commit is contained in:
2026-06-06 17:26:03 -04:00
parent 0e700b335a
commit adb017804d
+4 -2
View File
@@ -48,8 +48,10 @@ jobs:
runs-on: windows
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Checkout submodules (shallow)
shell: powershell
run: git submodule update --init --depth=1
- name: Get version
id: version