We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370bd5b commit c5b8ae5Copy full SHA for c5b8ae5
1 file changed
.github/workflows/build_windows.yaml
@@ -30,7 +30,7 @@ jobs:
30
git submodule update --init
31
- name: Set up Boost
32
run: |
33
- $Url = "https://boostorg.jfrog.io/artifactory/main/release/1.83.0/binaries/boost_1_83_0-msvc-14.3-64.exe"
+ $Url = "https://boostorg.jfrog.io/artifactory/main/release/1.72.0/binaries/boost_1_72_0-msvc-14.2-64.exe"
34
(New-Object System.Net.WebClient).DownloadFile($Url, "$env:TEMP\boost.exe")
35
Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=C:\local\boost"
36
choco install -y ninja
0 commit comments