Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit de38199

Browse files
clone with submodules
1 parent 5660a31 commit de38199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
cachedir: qt/${{matrix.version}}/${{matrix.platform}}
9696
- name: clone qthttpserver
9797
if: steps.cache-qt.outputs.cache-hit != 'true'
98-
run: git clone https://code.qt.io/qt-labs/qthttpserver.git ./qthttpserver
98+
run: git clone https://code.qt.io/qt-labs/qthttpserver.git ./qthttpserver --recurse-submodules
9999
- name: build and install qthttpserver
100100
if: steps.cache-qt.outputs.cache-hit != 'true'
101101
run: |

0 commit comments

Comments
 (0)