@@ -79,10 +79,10 @@ jobs:
7979 variant : sccache
8080 - name : Setup
8181 run : |
82- $Url = "https://archives.boost.io/release/1.89 .0/source/boost_1_89_0 .zip"
82+ $Url = "https://archives.boost.io/release/1.90 .0/source/boost_1_90_0 .zip"
8383 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\boost.zip")
8484 Expand-Archive -Path "$RUNNER_TEMP\boost.zip" -DestinationPath C:\local
85- Rename-Item -Path "C:\local\boost_1_89_0 " -NewName "boost"
85+ Rename-Item -Path "C:\local\boost_1_90_0 " -NewName "boost"
8686 $Url = "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip"
8787 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\ninja-win.zip")
8888 Expand-Archive -Path "$RUNNER_TEMP\ninja-win.zip" -DestinationPath C:\local\ninja
@@ -121,10 +121,10 @@ jobs:
121121 variant : sccache
122122 - name : Setup
123123 run : |
124- $Url = "https://archives.boost.io/release/1.89 .0/source/boost_1_89_0 .zip"
124+ $Url = "https://archives.boost.io/release/1.90 .0/source/boost_1_90_0 .zip"
125125 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\boost.zip")
126126 Expand-Archive -Path "$RUNNER_TEMP\boost.zip" -DestinationPath C:\local
127- Rename-Item -Path "C:\local\boost_1_89_0 " -NewName "boost"
127+ Rename-Item -Path "C:\local\boost_1_90_0 " -NewName "boost"
128128 $Url = "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip"
129129 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\ninja-win.zip")
130130 Expand-Archive -Path "$RUNNER_TEMP\ninja-win.zip" -DestinationPath C:\local\ninja
@@ -163,10 +163,10 @@ jobs:
163163 variant : sccache
164164 - name : Setup
165165 run : |
166- $Url = "https://archives.boost.io/release/1.89 .0/source/boost_1_89_0 .zip"
166+ $Url = "https://archives.boost.io/release/1.90 .0/source/boost_1_90_0 .zip"
167167 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\boost.zip")
168168 Expand-Archive -Path "$RUNNER_TEMP\boost.zip" -DestinationPath C:\local
169- Rename-Item -Path "C:\local\boost_1_89_0 " -NewName "boost"
169+ Rename-Item -Path "C:\local\boost_1_90_0 " -NewName "boost"
170170 $Url = "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip"
171171 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\ninja-win.zip")
172172 Expand-Archive -Path "$RUNNER_TEMP\ninja-win.zip" -DestinationPath C:\local\ninja
0 commit comments