Skip to content

Commit 4089d8b

Browse files
committed
More diagnostics for compile_commands.json issues
1 parent 909e86c commit 4089d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
else
7373
echo "No compile_commands.json found in phlex-src/build or phlex-build; continuing."
7474
fi
75-
if [ -f "$GITHUB_WORKSPACE/phlex-src/compile-commands.json" ]; then
75+
if [ -f "$GITHUB_WORKSPACE/phlex-src/compile_commands.json" ]; then
7676
echo "Beginning of \$GITHUB_WORKSPACE/phlex-src/compile_commands.json (for debugging):"
7777
head -n 20 "$GITHUB_WORKSPACE/phlex-src/compile_commands.json"
7878
else
79-
echo "compile_commands.json not found!"
79+
echo " \$GITHUB_WORKSPACE/phlex-src/compile_commands.json not found!"
8080
echo "Workspace listing:"
8181
ls -la "$GITHUB_WORKSPACE" || true
8282
echo "Attempting to locate compile_commands.json for debug:"

0 commit comments

Comments
 (0)