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 aa2c88b commit c120b61Copy full SHA for c120b61
.github/workflows/rebuildDependencies.yml
@@ -90,6 +90,7 @@ jobs:
90
- name: Build recipes with our patches
91
shell: bash
92
run: |
93
+ set -x
94
cciRepo='conan-center-index'
95
branchName='master'
96
recipePathMinizip='recipes/minizip/all'
@@ -104,7 +105,7 @@ jobs:
104
105
--single-branch
106
cd "$cciRepo"
107
git sparse-checkout init
- git sparse-checkout set "$recipePathMinizip" "$recipePathQt"
108
+ git sparse-checkout set --cone "$recipePathMinizip" "$recipePathQt"
109
git switch "$branchName"
110
111
# versions must be synced with: conan_patches/<package>/conandata.yml
0 commit comments