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 7c9bb9d commit 2e6fb46Copy full SHA for 2e6fb46
.github/workflows/pull_request.yml
@@ -16,6 +16,8 @@ jobs:
16
macos_build_command: "xcrun swift build"
17
macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
18
enable_macos_checks: true
19
+ enable_linux_static_sdk_build: true
20
+ enable_wasm_sdk_build: true
21
22
soundness:
23
name: Soundness
0 commit comments