Skip to content

Commit c5b8ae5

Browse files
committed
Test boost 1.72
1 parent 370bd5b commit c5b8ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git submodule update --init
3131
- name: Set up Boost
3232
run: |
33-
$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.83.0/binaries/boost_1_83_0-msvc-14.3-64.exe"
33+
$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.72.0/binaries/boost_1_72_0-msvc-14.2-64.exe"
3434
(New-Object System.Net.WebClient).DownloadFile($Url, "$env:TEMP\boost.exe")
3535
Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=C:\local\boost"
3636
choco install -y ninja

0 commit comments

Comments
 (0)