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 bca5f97 commit b558f43Copy full SHA for b558f43
.github/workflows/rebuildDependencies.yml
@@ -69,12 +69,7 @@ jobs:
69
- name: Generate conan profile
70
run: |
71
conan profile detect
72
- conan install . \
73
- --output-folder=conan-generated \
74
- --build=missing \
75
- --profile:build=default \
76
- --profile:host=CI/conan/${{ matrix.conan_profile }} \
77
- ${{ matrix.conan_options }}
+ conan install . -of conan-generated -b missing -pr CI/conan/${{ matrix.conan_profile }} ${{ matrix.conan_options }}
78
79
- name: Remove builds and source code
80
run: conan cache clean
0 commit comments