Skip to content

Commit 90a8805

Browse files
1
1 parent a38ef6e commit 90a8805

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ jobs:
126126
set -x
127127
cciRepo='conan-center-index'
128128
branchName='master'
129-
recipePathMd4c='recipes/md4c'
130-
recipePathMinizip='recipes/minizip'
131-
recipePathQt='recipes/qt'
132129
custom_patches_path="$(pwd)/deps/conan_patches"
133130
134131
#extraAndroidOptions="-o qt/*:android_sdk=$ANDROID_HOME"
@@ -147,7 +144,11 @@ jobs:
147144
--single-branch \
148145
--sparse
149146
cd "$cciRepo"
150-
git sparse-checkout set "$recipePathMd4c" "$recipePathMinizip" "$recipePathQt"
147+
git sparse-checkout set \
148+
recipes/minizip \
149+
recipes/flac \
150+
recipes/qt \
151+
151152
git checkout
152153
153154
# versions must be synced with: conan_patches/<package>/conandata.yml

0 commit comments

Comments
 (0)