Fix typo
This commit is contained in:
parent
de1f97ca1d
commit
3d4b4d2241
3 changed files with 3 additions and 3 deletions
2
lib/init-action.js
generated
2
lib/init-action.js
generated
|
|
@ -351,7 +351,7 @@ async function run() {
|
|||
logger.info(`Setting C++ build-mode: none to ${value}`);
|
||||
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(languages_1.Language.rust) &&
|
||||
!(await codeql.resolveLanguages()).rust) {
|
||||
const feat = feature_flags_1.Feature.RustAnalysis;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue