Skip to content

Commit b35df7c

Browse files
here we go again (3).gif
1 parent a7032e7 commit b35df7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ffigen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
channel: 'stable'
8484
- name: Install dependencies
8585
run: flutter pub get && flutter pub get --directory="../objective_c" && flutter pub get --directory="../jni"
86+
- name: Install clang-format
87+
uses: ConorMacBride/install-package@3e7ad059e07782ee54fa35f827df52aae0626f30
88+
with:
89+
brew: clang-format
8690
- name: Build test dylib and bindings
8791
run: dart test/setup.dart
8892
- name: Run VM tests and collect coverage

0 commit comments

Comments
 (0)