File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 #extraAndroidOptions="-o qt/*:android_sdk=$ANDROID_HOME"
124124 extraOptionsBash=${{ startsWith(matrix.platform, 'android') && '"-o qt/*:android_sdk=$ANDROID_HOME"' || '' }}
125125
126- function slash2backslash {
126+ function slash_to_backslash {
127127 slash=/
128128 echo "${1//$slash/\\}"
129129 }
@@ -161,10 +161,12 @@ jobs:
161161 --test-folder= \
162162 --core-conf core.sources.patch:extra_path=$custom_patches_path \
163163 "
164- ${{ startsWith(matrix.platform, 'windows') && 'cmd /C "\"$(slash2backslash "$conanCreateCommand")\""'
164+ # $(slash_to_backslash "$conanCreateCommand")
165+ ${{ startsWith(matrix.platform, 'windows') && 'cmd //C "$conanCreateCommand"'
165166 || '$conanCreateCommand $extraOptionsBash'
166167 }}
167168 done
169+ exit 1
168170
169171 # TODO: remove when https://github.com/conan-io/conan-center-index/pull/26577 is merged
170172 - name : Build LuaJIT from PR changes
You can’t perform that action at this time.
0 commit comments