Skip to content

Commit

Permalink
Fix Mac URL for boost
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Sep 17, 2020
1 parent 74839ae commit 17c7ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
PREFIX=$HOME/usr
LIBDIR=$PREFIX/lib
wget https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_74_0.tar.bz2
wget https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.bz2
tar xjf boost_1_74_0.tar.bz2
cd boost_1_74_0
./b2 --prefix=$PREFIX --libdir=$LIBDIR --layout=tagged link=static,shared threading=multi,single --with-libraries=program_options,system,thread,unit_test_framework install -j2
Expand Down

0 comments on commit 17c7ff6

Please sign in to comment.