@@ -75,10 +75,10 @@ jobs:
7575 variant : sccache
7676 - name : Setup
7777 run : |
78- $Url = "https://archives.boost.io/release/1.88 .0/source/boost_1_88_0 .zip"
78+ $Url = "https://archives.boost.io/release/1.89 .0/source/boost_1_89_0 .zip"
7979 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\boost.zip")
8080 Expand-Archive -Path "$RUNNER_TEMP\boost.zip" -DestinationPath C:\local
81- Rename-Item -Path "C:\local\boost_1_88_0 " -NewName "boost"
81+ Rename-Item -Path "C:\local\boost_1_89_0 " -NewName "boost"
8282 $Url = "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip"
8383 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\ninja-win.zip")
8484 Expand-Archive -Path "$RUNNER_TEMP\ninja-win.zip" -DestinationPath C:\local\ninja
@@ -117,10 +117,10 @@ jobs:
117117 variant : sccache
118118 - name : Setup
119119 run : |
120- $Url = "https://archives.boost.io/release/1.88 .0/source/boost_1_88_0 .zip"
120+ $Url = "https://archives.boost.io/release/1.89 .0/source/boost_1_89_0 .zip"
121121 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\boost.zip")
122122 Expand-Archive -Path "$RUNNER_TEMP\boost.zip" -DestinationPath C:\local
123- Rename-Item -Path "C:\local\boost_1_88_0 " -NewName "boost"
123+ Rename-Item -Path "C:\local\boost_1_89_0 " -NewName "boost"
124124 $Url = "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip"
125125 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\ninja-win.zip")
126126 Expand-Archive -Path "$RUNNER_TEMP\ninja-win.zip" -DestinationPath C:\local\ninja
@@ -159,10 +159,10 @@ jobs:
159159 variant : sccache
160160 - name : Setup
161161 run : |
162- $Url = "https://archives.boost.io/release/1.88 .0/source/boost_1_88_0 .zip"
162+ $Url = "https://archives.boost.io/release/1.89 .0/source/boost_1_89_0 .zip"
163163 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\boost.zip")
164164 Expand-Archive -Path "$RUNNER_TEMP\boost.zip" -DestinationPath C:\local
165- Rename-Item -Path "C:\local\boost_1_88_0 " -NewName "boost"
165+ Rename-Item -Path "C:\local\boost_1_89_0 " -NewName "boost"
166166 $Url = "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip"
167167 (New-Object System.Net.WebClient).DownloadFile($Url, "$RUNNER_TEMP\ninja-win.zip")
168168 Expand-Archive -Path "$RUNNER_TEMP\ninja-win.zip" -DestinationPath C:\local\ninja
0 commit comments