Shallow submodule clone on Windows to fix checkout timeout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user