Skip to content

Commit 544d6fe

Browse files
authored
Merge pull request #3140 from bnbarham/invoke-windows
Use `Invoke-Program` for the Windows build command
2 parents 9453f46 + f2c356a commit 544d6fe

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
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
# We require that releases of swift-syntax build without warnings
4040
linux_build_command: swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
41-
windows_build_command: swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
41+
windows_build_command: Invoke-Program swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
4242
create_tag:
4343
name: Create Tag
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)