File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ while getopts "b:t:p:" c; do
4949done
5050
5151mkdir $prefix || exit 1
52- wget https://boostorg.jfrog.io/artifactory/main/release/1.76 .0/source/boost_1_76_0 .tar.bz2 || exit 1
53- tar xf boost_1_76_0 .tar.bz2 || exit 1
54- cd boost_1_76_0
52+ wget https://boostorg.jfrog.io/artifactory/main/release/1.85 .0/source/boost_1_85_0 .tar.bz2 || exit 1
53+ tar xf boost_1_85_0 .tar.bz2 || exit 1
54+ cd boost_1_85_0
5555./bootstrap.sh || exit 1
5656
5757build ()
Original file line number Diff line number Diff line change 2727 uses : actions/cache@v1
2828 with :
2929 path : ~/boost-prefix/
30- key : ${{ runner.os }}-boost-64-1-76 -0-2021-08-09
30+ key : ${{ runner.os }}-boost-1-85 -0-2024-05-27
3131
3232 - name : Build boost
3333 if : steps.cache-boost.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 2525 uses : actions/cache@v2
2626 with :
2727 path : ~/boost-prefix/
28- key : ${{ runner.os }}-boost-1-76 -0-2022-08-09
28+ key : ${{ runner.os }}-boost-1-85 -0-2024-05-27
2929
3030 - name : Build boost
3131 if : steps.cache-boost.outputs.cache-hit != 'true'
@@ -100,7 +100,7 @@ jobs:
100100 uses : actions/cache@v2
101101 with :
102102 path : ~/boost-prefix/
103- key : ${{ runner.os }}-boost-1-76 -0-2021-08-09
103+ key : ${{ runner.os }}-boost-1-85 -0-2024-05-27
104104
105105 - name : Build boost
106106 if : steps.cache-boost.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments