1
0
mirror of synced 2026-01-25 20:06:44 +00:00

Moving vncviewer to online.interlisp.org/downloads to bypass issues with sourceforge in buildLoadup.yml (#1319)

This commit is contained in:
Frank Halasz
2023-09-04 10:39:52 -07:00
committed by GitHub
parent 701a642fb4
commit b772b8383c

View File

@@ -301,7 +301,7 @@ jobs:
- name: Download vncviewer
shell: powershell
run: |
$url = "https://sourceforge.net/projects/tigervnc/files/stable/1.12.0/vncviewer64-1.12.0.exe"
$url = "https://online.interlisp.org/downloads/vncviewer64-1.12.0.exe"
$output = "installers\win\vncviewer64-1.12.0.exe"
(New-Object System.Net.WebClient).DownloadFile($url, $output)