Skip to content

Commit 20b20e5

Browse files
Update rebuildDependencies.yml
1 parent ae972f0 commit 20b20e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)