Skip to content

Commit 2a5258e

Browse files
committed
Disable explicit modules in CodeQL build
1 parent 9b34021 commit 2a5258e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
"CODE_SIGNING_ALLOWED=NO",
6161
"CODE_SIGNING_REQUIRED=NO",
6262
"CODE_SIGN_IDENTITY=",
63+
"SWIFT_ENABLE_EXPLICIT_MODULES=NO",
64+
"CLANG_ENABLE_EXPLICIT_MODULES=NO",
6365
"COMPILER_INDEX_STORE_ENABLE=NO",
6466
"ONLY_ACTIVE_ARCH=YES",
6567
"-showBuildTimingSummary",

0 commit comments

Comments
 (0)