File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1010 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111 with :
1212 linux_build_command : " cd Guest && ./build.sh"
13+ linux_exclude_swift_versions : ' [{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1314 enable_windows_checks : false
1415 soundness :
1516 name : Soundness
1617 uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
1718 with :
1819 license_header_check_project_name : " Swift"
20+ api_breakage_check_enabled : false
21+ unacceptable_language_check_enabled : false
22+ license_header_check_enabled : false
23+ broken_symlink_check_enabled : false
24+ format_check_enabled : false
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ swift build --triple wasm32-unknown-none-wasm -c release --product Plotter
2121for n in Bass HiHat Kick Mix; do
2222 swift build --triple wasm32-unknown-none-wasm -c release --product $n
2323
24- cp " ${bin_path} /${n} .wasm" $HOME
24+ cp " ${bin_path} /${n} .wasm" " $HOME "
2525done
2626
You can’t perform that action at this time.
0 commit comments