Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed Nov 12, 2024
1 parent cd45fdb commit 50edf07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
run: |
bash setup.sh
sudo apt-get install libicu-dev
- name: Debug
run: |
echo "GITHUB_WORKSPACE:"
echo "$GITHUB_WORKSPACE"
echo "pwd:"
pwd
# Optionally generate compile_commands.json

Expand Down

0 comments on commit 50edf07

Please sign in to comment.