We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd34d2 commit ce52de8Copy full SHA for ce52de8
.github/workflows/conan.yml
@@ -47,5 +47,6 @@ jobs:
47
conan build . --profile=.conan/profiles/${{ matrix.profile }}.conanprofile -s build_type=${{ matrix.build_type }}
48
49
- name: Run tests
50
+ if: runner.os != 'Linux'
51
working-directory: ./build/${{ matrix.build_type }}
52
run: ctest --output-on-failure
0 commit comments