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.
1 parent 25b46b3 commit b485c3dCopy full SHA for b485c3d
.github/workflows/pull_request.yml
@@ -21,8 +21,6 @@ jobs:
21
linux_swift_versions: '["nightly-main", "nightly-6.2"]'
22
windows_swift_versions: '["nightly-main"]'
23
windows_build_command: 'Invoke-Program swift test'
24
- enable_linux_static_sdk_build: true
25
- linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
26
enable_macos_checks: true
27
macos_xcode_versions: "[\"26.0\"]"
28
macos_build_command: swift test
0 commit comments