We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 893c1b7 + e0d4005 commit 8a989faCopy full SHA for 8a989fa
.github/workflows/publish_release.yml
@@ -117,7 +117,7 @@ jobs:
117
cmd /c "type $env:TEMP\patch.diff | git am || (exit /b 1)"
118
# We require that releases of swift-format build without warnings
119
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' || '' }}
+ windows_build_command: Invoke-Program swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
121
create_tag:
122
name: Create Tag
123
runs-on: ubuntu-latest
0 commit comments