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 d8036e0 commit 50fb38aCopy full SHA for 50fb38a
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
submodules: recursive
15
- name: Install Boost
16
- run: curl -L https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz | tar zx
+ run: curl -L https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz | tar zx
17
shell: bash
18
- name: configure
19
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
0 commit comments