Fix typo
This commit is contained in:
parent
de1f97ca1d
commit
3d4b4d2241
3 changed files with 3 additions and 3 deletions
|
|
@ -587,7 +587,7 @@ async function run() {
|
|||
core.exportVariable(bmnVar, value);
|
||||
}
|
||||
|
||||
// For rust: set CODEQL_ENABLE_EXPERIMENTAL_FEATURE, unless codeql already supports rust without it
|
||||
// For rust: set CODEQL_ENABLE_EXPERIMENTAL_FEATURES, unless codeql already supports rust without it
|
||||
if (
|
||||
config.languages.includes(Language.rust) &&
|
||||
!(await codeql.resolveLanguages()).rust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue