Skip to content

Commit

Permalink
ci: Add more debugging to find clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 12, 2024
1 parent bbce126 commit 229c3e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
cd build-release
ninja && ninja install
- name: debugging
run: |
find /user -iname clang-format*
- name: Refresh bindings
run: |
cd src/flutter
Expand Down

0 comments on commit 229c3e1

Please sign in to comment.