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 5fc28a6 commit 8b79703Copy full SHA for 8b79703
.github/workflows/publish_release.yml
@@ -99,6 +99,7 @@ jobs:
99
matrix:
100
release: [true, false]
101
with:
102
+ enable_windows_docker: false # Dockerless Windows is 5-10 minutes faster than Docker on Windows
103
linux_pre_build_command: |
104
git config --global --add safe.directory "$(realpath .)"
105
git config --local user.name 'swift-ci'
0 commit comments