Shallow submodule clone on Windows to fix checkout timeout
This commit is contained in:
@@ -48,8 +48,10 @@ jobs:
|
|||||||
runs-on: windows
|
runs-on: windows
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
submodules: true
|
- name: Checkout submodules (shallow)
|
||||||
|
shell: powershell
|
||||||
|
run: git submodule update --init --depth=1
|
||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
Reference in New Issue
Block a user