Skip to content

Commit

Permalink
ci: Try running clang-format with full path
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 12, 2024
1 parent 130dedd commit 0fd546b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: debugging
run: |
find /usr -iname clang-format*
ls -lh /usr/bin/clang-format-15
- name: Refresh bindings
run: |
Expand All @@ -68,4 +68,4 @@ jobs:
git checkout generated/KDDockWidgetsBindings/dart/lib/LibraryLoader.dart
env:
PATH: ${{ github.workspace }}/dartagnan/installed/bin/:$PATH
DARTAGNAN_CLANG_FORMAT: clang-format
DARTAGNAN_CLANG_FORMAT: /usr/bin/clang-format-15

0 comments on commit 0fd546b

Please sign in to comment.