We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8729978 commit ceea2d3Copy full SHA for ceea2d3
1 file changed
.github/workflows/build.yml
@@ -71,10 +71,6 @@ jobs:
71
with:
72
cache_packages: true
73
74
- - name: Init Conan
75
- if: ${{ matrix.deptool == 'conan' }}
76
- run: conan profile detect
77
-
78
- name: Cmake conan
79
if: ${{ matrix.deptool == 'conan' }}
80
run: |
0 commit comments