Skip to content

Commit ecd8ad0

Browse files
md4c
1 parent 98de95c commit ecd8ad0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
run: |
109109
cciRepo='conan-center-index'
110110
branchName='master'
111+
recipePathMd4c='recipes/md4c'
111112
recipePathMinizip='recipes/minizip'
112113
recipePathQt='recipes/qt'
113114
custom_patches_path="$(pwd)/deps/conan_patches"
@@ -120,13 +121,13 @@ jobs:
120121
--single-branch \
121122
--sparse
122123
cd "$cciRepo"
123-
git sparse-checkout set "$recipePathMinizip" "$recipePathQt"
124+
git sparse-checkout set "$recipePathMd4c" "$recipePathMinizip" "$recipePathQt"
124125
git checkout
125126
126127
# versions must be synced with: conan_patches/<package>/conandata.yml
127128
# if no custom patches are required for a package, it should be removed from here
128129
# md4c is here because it's overridden in our conanfile.py and is required by Qt
129-
for p in minizip/1.3.1 md4c/0.5.2 qt/5.15.16 ; do
130+
for p in md4c/0.5.2 minizip/1.3.1 qt/5.15.16 ; do
130131
IFS_OLD="$IFS"
131132
IFS=/
132133
read package version <<<"$p"

0 commit comments

Comments
 (0)