Skip to content

Commit f28dd84

Browse files
committed
Updated download URL for Boost on Windows.
1 parent c39548e commit f28dd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
max_attempts: 5
194194
command: |-
195195
$underscoreVersion = "${{ env.boost_version }}".replace(".", "_")
196-
$url = "https://versaweb.dl.sourceforge.net/project/boost/boost-binaries/${{ env.boost_version }}/boost_$underscoreVersion-msvc-${{ env.msvc_version }}-${{ matrix.bits }}.exe"
196+
$url = "https://psychz.dl.sourceforge.net/project/boost/boost-binaries/${{ env.boost_version }}/boost_$underscoreVersion-msvc-${{ env.msvc_version }}-${{ matrix.bits }}.exe"
197197
(New-Object System.Net.WebClient).DownloadFile($url, "$env:TEMP\boost.exe")
198198
Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=D:\boost"
199199
- name: Checkout gtest

0 commit comments

Comments
 (0)