Skip to content

Commit

Permalink
Merge branch 'link_error'
Browse files Browse the repository at this point in the history
(cherry picked from commit ee8b22b)
  • Loading branch information
kaorut committed Jun 8, 2021
1 parent abe0d5f commit 2a0bec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
branches: [ master ]

env:
CACHE_REV: 0
CACHE_REV: 1
CONCURRENT_BUILD: 4
DOXYGEN_VER: 1.9.1
BOOST_VER: 1_76_0
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
tar -xf boost_${BOOST_VER}.tar.bz2
cd boost_${BOOST_VER}
./bootstrap.sh --with-toolset=clang
(./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=clang-11 variant=release link=static cxxflags="-std=gnu++11" || :)
(sudo ./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=clang-11 variant=release link=static install --prefix=/usr/local || :)
(./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=clang variant=release link=static cxxflags="-std=gnu++11" || :)
(sudo ./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=clang variant=release link=static install --prefix=/usr/local || :)
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2a0bec2

Please sign in to comment.