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 47293d4 commit dc75361Copy full SHA for dc75361
.github/workflows/pull_request.yml
@@ -7,9 +7,9 @@ on:
7
jobs:
8
audio-workstation:
9
name: Build AudioWorkstation
10
- uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
+ uses: MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@patch-1
11
with:
12
- enable_wasm_sdk_build: true
+ enable_embedded_wasm_sdk_build: true
13
enable_linux_checks: false
14
enable_windows_checks: false
15
swift_flags: --package-path AudioWorkstation/Guest --product Plotter
0 commit comments