Skip to content

Commit

Permalink
ci: fix calling clang-format-15 on the generating flutter bindings
Browse files Browse the repository at this point in the history
GH says it can't find clang-format-15, which is weird since
package is installed and works on my local ubuntu 22.04
  • Loading branch information
iamsergio committed Apr 12, 2024
1 parent ee094b6 commit bbce126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
git checkout generated/KDDockWidgetsBindings/dart/lib/LibraryLoader.dart
env:
PATH: ${{ github.workspace }}/dartagnan/installed/bin/:$PATH
DARTAGNAN_CLANG_FORMAT: clang-format-15
DARTAGNAN_CLANG_FORMAT: clang-format

0 comments on commit bbce126

Please sign in to comment.