Skip to content

Commit a047352

Browse files
fix
1 parent b082131 commit a047352

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
- name: Build recipes with our patches
9191
shell: bash
9292
run: |
93-
set -x
9493
cciRepo='conan-center-index'
9594
branchName='master'
9695
recipePathMinizip='recipes/minizip'
@@ -107,9 +106,6 @@ jobs:
107106
cd "$cciRepo"
108107
git sparse-checkout set "$recipePathMinizip" "$recipePathQt"
109108
git checkout
110-
git sparse-checkout list
111-
ls -l
112-
ls -lR "$recipePathMinizip" "$recipePathQt"
113109
114110
# versions must be synced with: conan_patches/<package>/conandata.yml
115111
# if no custom patches are required for a package, it should be removed from here
@@ -127,7 +123,7 @@ jobs:
127123
128124
conan create "$packagePath" \
129125
--version="$version" \
130-
--profile=CI/conan/${{ matrix.conan_profile }} \
126+
--profile=../CI/conan/${{ matrix.conan_profile }} \
131127
--build=missing \
132128
--test-folder='' \
133129
--core-conf core.sources.patch:extra_path="$custom_patches_path"
@@ -154,7 +150,7 @@ jobs:
154150
155151
conan create "$recipePath/all" \
156152
--version=2.1.0-beta3 \
157-
--profile=CI/conan/${{ matrix.conan_profile }} \
153+
--profile=../CI/conan/${{ matrix.conan_profile }} \
158154
--build=missing \
159155
--test-folder=''
160156

0 commit comments

Comments
 (0)