Skip to content

Commit 97fc740

Browse files
committed
CI: modify msvc.yml
1 parent 2c87425 commit 97fc740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
working-directory: ${{env.SOURCE_DIR}}
381381
run: |
382382
IF NOT EXIST ${{env.INSTALL_DIR}}/QFtpServerLib/QFtpServerLib (
383-
git clone --depth=1 https://github.com/KangLin/QFtpServer.git
383+
git clone https://github.com/KangLin/QFtpServer.git
384384
cd QFtpServer
385385
cmake -E make_directory build
386386
cd build

0 commit comments

Comments
 (0)