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 80b722a commit 2e849f7Copy full SHA for 2e849f7
.github/workflows/rebuildDependencies.yml
@@ -119,7 +119,6 @@ jobs:
119
120
- name: Build recipes with our patches
121
run: |
122
- set -x
123
cciRepo='conan-center-index'
124
branchName='master'
125
recipePathQt='recipes/qt'
@@ -155,8 +154,6 @@ jobs:
155
154
156
if [[ $package == qt ]] ; then
157
packagePath="$recipePathQt/5.x.x"
158
- elif [[ $package =~ ^onnx ]] && ${{ contains(matrix.conan_options, 'with_onnxruntime=False') }} ; then
159
- continue
160
else
161
packagePath="recipes/$package/all"
162
fi
@@ -228,7 +225,6 @@ jobs:
228
225
229
226
- name: Remove build requirements' binaries
230
227
231
232
graphFile='graph.json'
233
hostPackagesFile='packages-host.json'
234
buildPackagesFile='packages-build.json'
0 commit comments