We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cc80b commit 91cafbdCopy full SHA for 91cafbd
.github/workflows/windows.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
# Download Boost.
31
Invoke-WebRequest `
32
- -Uri "https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.7z" `
+ -Uri "https://archives.boost.io/release/1.88.0/source/boost_1_88_0.7z" `
33
-OutFile boost.7z
34
# Extract.
35
7z x boost.7z
@@ -61,4 +61,4 @@ jobs:
61
62
- name: Test cmdline
63
working-directory: ${{github.workspace}}\build\app\cmdline\test\Release
64
- run: .\cmdline_tests.exe
+ run: .\cmdline_tests.exe
0 commit comments