Skip to content

Commit

Permalink
fixed CodeQL-related YAML syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jewettaij committed Feb 21, 2022
1 parent 63dab5d commit cd46796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
ANSI_CPP: g++
L_COMP: "ar rs"
LFLAGS: ""
CFLAGS: "-c -std=c++17 -DNDEBUG -DCXX17_UNSUPPORTED -DDISABLE_OPENMP""
CFLAGS: "-c -std=c++17 -DNDEBUG -DCXX17_UNSUPPORTED -DDISABLE_OPENMP"
CPP_PRELINKER_COMMAND: "echo"
COMPILER_TEMP_FILES: ""
LINKER_TEMP_FILES: ""
Expand Down

0 comments on commit cd46796

Please sign in to comment.