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 8e8c459 commit de7e407Copy full SHA for de7e407
1 file changed
.github/workflows/msvc.yml
@@ -210,8 +210,8 @@ jobs:
210
working-directory: ${{env.SOURCE_DIR}}
211
run: |
212
IF NOT EXIST ${{env.INSTALL_DIR}}/lib/cmake/LibVNCServer (
213
- git clone --depth=1 https://github.com/KangLin/libvncserver.git
214
- #git clone https://github.com/LibVNC/libvncserver.git
+ #git clone --depth=1 https://github.com/KangLin/libvncserver.git
+ git clone --depth=1 https://github.com/LibVNC/libvncserver.git
215
cd libvncserver
216
cmake -E make_directory build
217
cd build
0 commit comments