Skip to content

Commit d174b42

Browse files
committed
Force the environment variable to be non-empty?
1 parent ca8d316 commit d174b42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ jobs:
1717
linux_os_versions: '["amazonlinux2", "jammy"]'
1818
windows_swift_versions: '["nightly-main", "nightly-6.2"]'
1919
enable_macos_checks: true
20-
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}, {\"xcode_version\": \"16.3\"}]"
20+
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}, {\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
2121
enable_wasm_sdk_build: true
2222
soundness:
2323
name: Soundness
2424
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
2525
with:
2626
license_header_check_project_name: "Swift"
2727
docs_check_container_image: "swift:6.2-noble"
28+
docs_check_additional_arguments: "--emit-digest"
2829
format_check_enabled: false
2930
api_breakage_check_enabled: false

0 commit comments

Comments
 (0)