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 a38ef6e commit 90a8805Copy full SHA for 90a8805
.github/workflows/rebuildDependencies.yml
@@ -126,9 +126,6 @@ jobs:
126
set -x
127
cciRepo='conan-center-index'
128
branchName='master'
129
- recipePathMd4c='recipes/md4c'
130
- recipePathMinizip='recipes/minizip'
131
- recipePathQt='recipes/qt'
132
custom_patches_path="$(pwd)/deps/conan_patches"
133
134
#extraAndroidOptions="-o qt/*:android_sdk=$ANDROID_HOME"
@@ -147,7 +144,11 @@ jobs:
147
144
--single-branch \
148
145
--sparse
149
146
cd "$cciRepo"
150
- git sparse-checkout set "$recipePathMd4c" "$recipePathMinizip" "$recipePathQt"
+ git sparse-checkout set \
+ recipes/minizip \
+ recipes/flac \
+ recipes/qt \
151
+
152
git checkout
153
154
# versions must be synced with: conan_patches/<package>/conandata.yml
0 commit comments