Skip to content

Commit

Permalink
Merge branch 'v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorut committed Mar 28, 2020
2 parents b161e0a + 8b74ac4 commit d5f9f8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
run: |
mkdir -p ../boost_build
cd ../boost_build
wget https://dl.bintray.com/boostorg/release/${BOOST_VER_DOT}/source/boost_${BOOST_VER}.tar.bz2
curl -L -o boost_%BOOST_VER%.tar.bz2 https://downloads.sourceforge.net/project/boost/boost/${BOOST_VER_DOT}/boost_${BOOST_VER}.tar.bz2
#curl -L -o boost_%BOOST_VER%.tar.bz2 https://dl.bintray.com/boostorg/release/${BOOST_VER_DOT}/source/boost_${BOOST_VER}.tar.bz2
tar xvf boost_${BOOST_VER}.tar.bz2
cd boost_${BOOST_VER}
./bootstrap.sh --with-toolset=gcc
Expand Down

0 comments on commit d5f9f8b

Please sign in to comment.