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 3a8e6ac commit 6f3080cCopy full SHA for 6f3080c
.github/workflows/rebuildDependencies.yml
@@ -161,8 +161,8 @@ jobs:
161
--test-folder= \
162
--core-conf core.sources.patch:extra_path=$custom_patches_path \
163
"
164
- ${{ startsWith(matrix.platform, 'windows') && 'cmd /C "$(slash2backslash "$conanCreateCommand")"'
165
- || '$conanCreateCommand $extraAndroidOptionsBash'
+ ${{ startsWith(matrix.platform, 'windows') && 'cmd /K "$(slash2backslash "$conanCreateCommand")"'
+ || '$conanCreateCommand $extraOptionsBash'
166
}}
167
done
168
0 commit comments