Skip to content

Commit

Permalink
upgrade to g++-10 for Linux CI to support parallel STL
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Nov 9, 2020
1 parent 26876b3 commit eeabdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
mkdir build
cd build
export BOOST_ROOT=$BOOST_ROOT_1_72_0
CXX=g++-9 cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DASAN_FOR_TESTS=ON -DCMAKE_TOOLCHAIN_FILE=/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake
CXX=g++-10 cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DASAN_FOR_TESTS=ON -DCMAKE_TOOLCHAIN_FILE=/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake
- name: build
run: cmake --build build
- name: tests
Expand Down

0 comments on commit eeabdac

Please sign in to comment.