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 9453f46 + f2c356a commit 544d6feCopy full SHA for 544d6fe
.github/workflows/publish_release.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
# We require that releases of swift-syntax build without warnings
40
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' || '' }}
+ windows_build_command: Invoke-Program swift test -Xswiftc -warnings-as-errors ${{ matrix.release && '-c release' || '' }}
42
create_tag:
43
name: Create Tag
44
runs-on: ubuntu-latest
0 commit comments