Skip to content

Commit de7e407

Browse files
committed
CI: use office libvncserver in msvc.yml
1 parent 8e8c459 commit de7e407

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ jobs:
210210
working-directory: ${{env.SOURCE_DIR}}
211211
run: |
212212
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
213+
#git clone --depth=1 https://github.com/KangLin/libvncserver.git
214+
git clone --depth=1 https://github.com/LibVNC/libvncserver.git
215215
cd libvncserver
216216
cmake -E make_directory build
217217
cd build

0 commit comments

Comments
 (0)