We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c87425 commit 97fc740Copy full SHA for 97fc740
.github/workflows/msvc.yml
@@ -380,7 +380,7 @@ jobs:
380
working-directory: ${{env.SOURCE_DIR}}
381
run: |
382
IF NOT EXIST ${{env.INSTALL_DIR}}/QFtpServerLib/QFtpServerLib (
383
- git clone --depth=1 https://github.com/KangLin/QFtpServer.git
+ git clone https://github.com/KangLin/QFtpServer.git
384
cd QFtpServer
385
cmake -E make_directory build
386
cd build
0 commit comments