Skip to content

Commit 6b977a8

Browse files
committed
Wrap source path to fix docker build workflow
1 parent bc31587 commit 6b977a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
mkdir $env:TEMP\test-script
142142
if ("${{ inputs.enable_windows_docker }}" -eq "true") {
143-
$Source = C:\source
143+
$Source = "C:\source"
144144
} else {
145145
$Source = $env:GITHUB_WORKSPACE
146146
}

0 commit comments

Comments
 (0)