Skip to content

Commit ffd7b48

Browse files
committed
REMOVE AGAIN: Add some debug output.
1 parent 39f4ac2 commit ffd7b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Initialize CodeQL
2929
if: steps.changes.outputs.src == 'true'
3030
run: |
31+
echo "$(find "${{ runner.tool_cache }}/CodeQL/" -maxdepth 1 -mindepth 1 -type d -print)"
3132
VERSION="$(find "${{ runner.tool_cache }}/CodeQL/" -maxdepth 1 -mindepth 1 -type d -print \
3233
| sort \
3334
| tail -n 1 \

0 commit comments

Comments
 (0)