Fix boost download URL

This commit is contained in:
Daniil Kovalev
2021-05-08 17:55:01 +03:00
parent a66da75bd4
commit 7707c81c5d
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -33,9 +33,9 @@ while getopts "b:t:" c; do
esac
done
wget https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2
tar xf boost_1_71_0.tar.bz2
cd boost_1_71_0
wget https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.bz2
tar xf boost_1_72_0.tar.bz2
cd boost_1_72_0
./bootstrap.sh
build()
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
uses: actions/cache@v1
with:
path: usr
key: ${{ runner.os }}-boost-20200401
key: ${{ runner.os }}-boost-20210508-1-72-0
- name: Build boost
if: steps.cache-boost.outputs.cache-hit != 'true'
run: ./.github/depends/boost.sh -b both -t gcc
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
uses: actions/cache@v1
with:
path: usr
key: ${{ runner.os }}-boost-20200107
key: ${{ runner.os }}-boost-20210508-1-72-0
- name: Build boost
if: steps.cache-boost.outputs.cache-hit != 'true'
run: ./.github/depends/boost.sh -b 64 -t clang
@@ -102,7 +102,7 @@ jobs:
uses: actions/cache@v1
with:
path: usr
key: ${{ runner.os }}-boost-20200107
key: ${{ runner.os }}-boost-20210508-1-72-0
- name: Build boost
if: steps.cache-boost.outputs.cache-hit != 'true'
run: ./.github/depends/boost.sh -b both -t gcc