Skip to content

Commit

Permalink
Moving vncviewer to online.interlisp.org/downloads to bypass issues w…
Browse files Browse the repository at this point in the history
…ith sourceforge in buildLoadup.yml (#1319)
  • Loading branch information
fghalasz authored Sep 4, 2023
1 parent 701a642 commit b772b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildLoadup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b772b83

Please sign in to comment.