Skip to content

Commit 8a989fa

Browse files
authored
Merge pull request #1060 from bnbarham/invoke-windows
Use `Invoke-Program` for the Windows build command
2 parents 893c1b7 + e0d4005 commit 8a989fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
cmd /c "type $env:TEMP\patch.diff | git am || (exit /b 1)"
118118
# We require that releases of swift-format build without warnings
119119
linux_build_command: swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
120-
windows_build_command: swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
120+
windows_build_command: Invoke-Program swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
121121
create_tag:
122122
name: Create Tag
123123
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)