Skip to content

Commit b558f43

Browse files
1
1 parent bca5f97 commit b558f43

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,7 @@ jobs:
6969
- name: Generate conan profile
7070
run: |
7171
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 }}
72+
conan install . -of conan-generated -b missing -pr CI/conan/${{ matrix.conan_profile }} ${{ matrix.conan_options }}
7873
7974
- name: Remove builds and source code
8075
run: conan cache clean

0 commit comments

Comments
 (0)