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 18ea255 commit a9feb83Copy full SHA for a9feb83
.github/workflows/conan.yml
@@ -32,6 +32,8 @@ jobs:
32
33
- name: Install Conan
34
uses: conan-io/setup-conan@v1
35
+ with:
36
+ version: '2.19'
37
38
- name: Add artifactory & set conan config
39
run: |
@@ -48,7 +50,7 @@ jobs:
48
50
49
51
- name: Run tests
52
shell: bash
- if: runner.os != 'Linux'
- working-directory: ./build
53
54
+ ls -la build
55
+ ls -la build/${{ matrix.build_type }}
56
ctest --output-on-failure -C ${{ matrix.build_type }}
0 commit comments