Skip to content

Commit c120b61

Browse files
1
1 parent aa2c88b commit c120b61

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
@@ -90,6 +90,7 @@ jobs:
9090
- name: Build recipes with our patches
9191
shell: bash
9292
run: |
93+
set -x
9394
cciRepo='conan-center-index'
9495
branchName='master'
9596
recipePathMinizip='recipes/minizip/all'
@@ -104,7 +105,7 @@ jobs:
104105
--single-branch
105106
cd "$cciRepo"
106107
git sparse-checkout init
107-
git sparse-checkout set "$recipePathMinizip" "$recipePathQt"
108+
git sparse-checkout set --cone "$recipePathMinizip" "$recipePathQt"
108109
git switch "$branchName"
109110
110111
# versions must be synced with: conan_patches/<package>/conandata.yml

0 commit comments

Comments
 (0)