Skip to content

Commit

Permalink
Experiment to see if building just develop_approvaltests_fetch_conten…
Browse files Browse the repository at this point in the history
…t without conan install works (#1)
  • Loading branch information
claremacrae committed Jan 4, 2021
1 parent b28ec5d commit 23128f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ jobs:
- uses: seanmiddleditch/gha-setup-ninja@v3
if: contains(matrix.generator, 'Ninja')

- name: set up python
uses: actions/setup-python@v1
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
# - name: set up python
# uses: actions/setup-python@v1
# 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 23128f4

Please sign in to comment.