Skip to content

Commit 91cafbd

Browse files
github: update Boost link for Windows workflow
1 parent d8cc80b commit 91cafbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
# Download Boost.
3131
Invoke-WebRequest `
32-
-Uri "https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.7z" `
32+
-Uri "https://archives.boost.io/release/1.88.0/source/boost_1_88_0.7z" `
3333
-OutFile boost.7z
3434
# Extract.
3535
7z x boost.7z
@@ -61,4 +61,4 @@ jobs:
6161

6262
- name: Test cmdline
6363
working-directory: ${{github.workspace}}\build\app\cmdline\test\Release
64-
run: .\cmdline_tests.exe
64+
run: .\cmdline_tests.exe

0 commit comments

Comments
 (0)