Skip to content

Commit

Permalink
See if using new gcc ABI fixes Boost_Tests crash in develop_approvalt…
Browse files Browse the repository at this point in the history
…ests_fetch_content (#1)
  • Loading branch information
claremacrae committed Jan 4, 2021
1 parent 3d622b8 commit 4e99eb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
with:
python-version: '3.x'
- uses: ./.github/actions/setup-conan
- name: adjust conan profile to use new ABI for gcc (see issue #1)
if: contains(matrix.job-name, 'gcc')
run: conan profile update settings.compiler.libcxx=libstdc++11 default

- uses: ./.github/actions/build-all-samples

Expand Down

0 comments on commit 4e99eb9

Please sign in to comment.