Skip to content

Commit 6f3080c

Browse files
Update rebuildDependencies.yml
1 parent 3a8e6ac commit 6f3080c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ 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")"'
165-
|| '$conanCreateCommand $extraAndroidOptionsBash'
164+
${{ startsWith(matrix.platform, 'windows') && 'cmd /K "$(slash2backslash "$conanCreateCommand")"'
165+
|| '$conanCreateCommand $extraOptionsBash'
166166
}}
167167
done
168168

0 commit comments

Comments
 (0)