Skip to content

Commit 71f59ce

Browse files
committed
Use latest Boost in cmake Windows build
1 parent 27a2474 commit 71f59ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
variant: sccache
6767
- name: Setup
6868
run: |
69-
$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.81.0/binaries/boost_1_81_0-msvc-14.3-64.exe"
69+
$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.82.0/binaries/boost_1_82_0-msvc-14.3-64.exe"
7070
(New-Object System.Net.WebClient).DownloadFile($Url, "$env:TEMP\boost.exe")
7171
Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=C:\local\boost"
7272
choco install -y ninja
@@ -100,7 +100,7 @@ jobs:
100100
variant: sccache
101101
- name: Setup
102102
run: |
103-
$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.81.0/binaries/boost_1_81_0-msvc-14.3-64.exe"
103+
$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.82.0/binaries/boost_1_82_0-msvc-14.3-64.exe"
104104
(New-Object System.Net.WebClient).DownloadFile($Url, "$env:TEMP\boost.exe")
105105
Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=C:\local\boost"
106106
choco install -y ninja
@@ -134,7 +134,7 @@ jobs:
134134
variant: sccache
135135
- name: Setup
136136
run: |
137-
$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.81.0/binaries/boost_1_81_0-msvc-14.3-64.exe"
137+
$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.82.0/binaries/boost_1_82_0-msvc-14.3-64.exe"
138138
(New-Object System.Net.WebClient).DownloadFile($Url, "$env:TEMP\boost.exe")
139139
Start-Process -Wait -FilePath "$env:TEMP\boost.exe" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=C:\local\boost"
140140
choco install -y ninja

0 commit comments

Comments
 (0)