Skip to content

Commit 2e849f7

Browse files
committed
address PR comment
1 parent 80b722a commit 2e849f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
120120
- name: Build recipes with our patches
121121
run: |
122-
set -x
123122
cciRepo='conan-center-index'
124123
branchName='master'
125124
recipePathQt='recipes/qt'
@@ -155,8 +154,6 @@ jobs:
155154
156155
if [[ $package == qt ]] ; then
157156
packagePath="$recipePathQt/5.x.x"
158-
elif [[ $package =~ ^onnx ]] && ${{ contains(matrix.conan_options, 'with_onnxruntime=False') }} ; then
159-
continue
160157
else
161158
packagePath="recipes/$package/all"
162159
fi
@@ -228,7 +225,6 @@ jobs:
228225

229226
- name: Remove build requirements' binaries
230227
run: |
231-
set -x
232228
graphFile='graph.json'
233229
hostPackagesFile='packages-host.json'
234230
buildPackagesFile='packages-build.json'

0 commit comments

Comments
 (0)