From 6ba17c45fc22adf98a15884e45b0979fad95de51 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Wed, 5 Mar 2025 10:27:58 -0800 Subject: [PATCH] Run the publish release workflow inside a Docker container on Windows Same reason as https://github.com/swiftlang/swift-format/pull/951. --- .github/workflows/publish_release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 5c1985c7c..a360c3f97 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -99,7 +99,6 @@ jobs: matrix: release: [true, false] with: - enable_windows_docker: false # Dockerless Windows is 5-10 minutes faster than Docker on Windows linux_pre_build_command: | git config --global --add safe.directory "$(realpath .)" git config --local user.name 'swift-ci'