Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4277e9a

Browse files
sebstoMahdiBM
authored andcommittedAug 26, 2024
typo in -Xswiftc w--warnings-as-errors
Co-authored-by: Mahdi Bahrami <[email protected]>
1 parent ea1143a commit 4277e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
linux_5_9_arguments_override: "-Xswiftc --warnings-as-errors --explicit-target-dependency-import-check error"
2121
linux_5_10_arguments_override: "-Xswiftc --warnings-as-errors --explicit-target-dependency-import-check error"
2222
linux_nightly_6_0_arguments_override: "-Xswiftc --warnings-as-errors --explicit-target-dependency-import-check error"
23-
linux_nightly_main_arguments_override: "-Xswiftc w--warnings-as-errors --explicit-target-dependency-import-check error"
23+
linux_nightly_main_arguments_override: "-Xswiftc --warnings-as-errors --explicit-target-dependency-import-check error"
2424

2525
swift-6-language-mode:
2626
name: Swift 6 Language Mode

0 commit comments

Comments
 (0)
Please sign in to comment.