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 7398b8a commit 47293d4Copy full SHA for 47293d4
.github/workflows/pull_request.yml
@@ -15,16 +15,6 @@ jobs:
15
swift_flags: --package-path AudioWorkstation/Guest --product Plotter
16
swift_nightly_flags: --package-path AudioWorkstation/Guest --product Plotter
17
18
- webgpu-demo:
19
- name: Build WebGPUDemo
20
- uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
21
- with:
22
- enable_wasm_sdk_build: true
23
- enable_linux_checks: false
24
- enable_windows_checks: false
25
- swift_flags: --package-path WebGPUDemo
26
- swift_nightly_flags: --package-path WebGPUDemo
27
-
28
soundness:
29
name: Soundness
30
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments