File tree Expand file tree Collapse file tree 4 files changed +879
-12
lines changed Expand file tree Collapse file tree 4 files changed +879
-12
lines changed Original file line number Diff line number Diff line change 6767 wasm-sdk :
6868 name : WebAssembly Swift SDK
6969 # Workaround https://github.com/nektos/act/issues/1875
70- uses : apple/swift-nio/.github/workflows/wasm_sdk .yml@main
70+ uses : apple/swift-nio/.github/workflows/wasm_swift_sdk .yml@main
7171 with :
7272 additional_command_arguments : " --target NIOCore"
7373
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 wasm-sdk :
102102 name : WebAssembly Swift SDK
103103 # Workaround https://github.com/nektos/act/issues/1875
104- uses : apple/swift-nio/.github/workflows/wasm_sdk .yml@main
104+ uses : apple/swift-nio/.github/workflows/wasm_swift_sdk .yml@main
105105 with :
106106 additional_command_arguments : " --target NIOCore"
107107
Original file line number Diff line number Diff line change 1- name : WebAssembly SDK
1+ name : WebAssembly Swift SDK
22
33permissions :
44 contents : read
1212 default : " {}"
1313 additional_command_arguments :
1414 type : string
15- description : " Additional arguments passed to swift build (the WASM SDK will be specified). Defaults to empty."
15+ description : " Additional arguments passed to swift build (the Wasm Swift SDK will be specified). Defaults to empty."
1616 default : " "
1717
1818jobs :
1919 construct-matrix :
20- name : Construct WebAssembly SDK matrix
20+ name : Construct WebAssembly Swift SDK matrix
2121 runs-on : ubuntu-latest
2222 outputs :
23- wasm-sdk-matrix : ' ${{ steps.generate-matrix.outputs.wasm-sdk-matrix }}'
23+ wasm-swift- sdk-matrix : ' ${{ steps.generate-matrix.outputs.wasm-swift -sdk-matrix }}'
2424 steps :
2525 - name : Checkout repository
2626 uses : actions/checkout@v4
3939
4040 # Generate matrix with parsed environment variables
4141 cat >> "$GITHUB_OUTPUT" << EOM
42- wasm-sdk-matrix=$(echo '{
42+ wasm-swift- sdk-matrix=$(echo '{
4343 "config":[
4444 {
4545 "name":"main Jammy",
@@ -56,11 +56,11 @@ jobs:
5656 }' | jq -c)
5757 EOM
5858
59- wasm-sdk :
60- name : WebAssembly SDK
59+ wasm-swift- sdk :
60+ name : WebAssembly Swift SDK
6161 needs : construct-matrix
6262 # Workaround https://github.com/nektos/act/issues/1875
6363 uses : apple/swift-nio/.github/workflows/swift_test_matrix.yml@main
6464 with :
65- name : " WebAssembly SDK"
66- matrix_string : ' ${{ needs.construct-matrix.outputs.wasm-sdk-matrix }}'
65+ name : " WebAssembly Swift SDK"
66+ matrix_string : ' ${{ needs.construct-matrix.outputs.wasm-swift- sdk-matrix }}'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments