We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909e86c commit 4089d8bCopy full SHA for 4089d8b
.github/workflows/codeql-analysis.yaml
@@ -72,11 +72,11 @@ jobs:
72
else
73
echo "No compile_commands.json found in phlex-src/build or phlex-build; continuing."
74
fi
75
- if [ -f "$GITHUB_WORKSPACE/phlex-src/compile-commands.json" ]; then
+ if [ -f "$GITHUB_WORKSPACE/phlex-src/compile_commands.json" ]; then
76
echo "Beginning of \$GITHUB_WORKSPACE/phlex-src/compile_commands.json (for debugging):"
77
head -n 20 "$GITHUB_WORKSPACE/phlex-src/compile_commands.json"
78
79
- echo "compile_commands.json not found!"
+ echo " \$GITHUB_WORKSPACE/phlex-src/compile_commands.json not found!"
80
echo "Workspace listing:"
81
ls -la "$GITHUB_WORKSPACE" || true
82
echo "Attempting to locate compile_commands.json for debug:"
0 commit comments