We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8559b15 commit ee5883fCopy full SHA for ee5883f
.github/workflows/windows-build.yml
@@ -59,7 +59,7 @@ jobs:
59
if: steps.cache-boost-deps.outputs.cache-hit != 'true'
60
run: |
61
$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"
+ $boost_url = "https://archives.boost.io/release/${Env:BOOST_VERSION}/source/boost_${boost_version_str}.zip"
63
$ProgressPreference = 'SilentlyContinue'
64
Write-Host "Downloading Boost from $boost_url"
65
Invoke-WebRequest -Uri $boost_url -OutFile boost_${boost_version_str}.zip
0 commit comments