Skip to content

Commit ee5883f

Browse files
fix: update the boost download url
1 parent 8559b15 commit ee5883f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: steps.cache-boost-deps.outputs.cache-hit != 'true'
6060
run: |
6161
$boost_version_str = ${Env:BOOST_VERSION}.Replace(".","_")
62-
$boost_url = "https://boostorg.jfrog.io/artifactory/main/release/${Env:BOOST_VERSION}/source/boost_${boost_version_str}.zip"
62+
$boost_url = "https://archives.boost.io/release/${Env:BOOST_VERSION}/source/boost_${boost_version_str}.zip"
6363
$ProgressPreference = 'SilentlyContinue'
6464
Write-Host "Downloading Boost from $boost_url"
6565
Invoke-WebRequest -Uri $boost_url -OutFile boost_${boost_version_str}.zip

0 commit comments

Comments
 (0)