Skip to content

Commit 7d187d1

Browse files
authored
Merge pull request #20 from bnbarham/invoke-windows
Use `Invoke-Program` for the Windows build command
2 parents 2e6fb46 + b1c5f94 commit 7d187d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
linux_build_command: "swift build"
1313
linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}, {"swift_version": "5.10"}]'
14-
windows_build_command: "swift build"
14+
windows_build_command: "Invoke-Program swift build"
1515
windows_exclude_swift_versions: '[{"swift_version": "5.9"}]'
1616
macos_build_command: "xcrun swift build"
1717
macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'

0 commit comments

Comments
 (0)