Skip to content

Commit 52296f5

Browse files
authored
Update main.yml to refer to wasm_swift_sdk.yml (#3425)
Update main.yml to refer to wasm_swift_sdk.yml after it was recently renamed
1 parent 603edba commit 52296f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)