Skip to content

Commit 6496688

Browse files
1
1 parent 90a8805 commit 6496688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
set -x
127127
cciRepo='conan-center-index'
128128
branchName='master'
129+
recipePathQt='recipes/qt'
129130
custom_patches_path="$(pwd)/deps/conan_patches"
130131
131132
#extraAndroidOptions="-o qt/*:android_sdk=$ANDROID_HOME"
@@ -147,7 +148,7 @@ jobs:
147148
git sparse-checkout set \
148149
recipes/minizip \
149150
recipes/flac \
150-
recipes/qt \
151+
$recipePathQt \
151152
152153
git checkout
153154

0 commit comments

Comments
 (0)