We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7032e7 commit b35df7cCopy full SHA for b35df7c
.github/workflows/ffigen.yml
@@ -83,6 +83,10 @@ jobs:
83
channel: 'stable'
84
- name: Install dependencies
85
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
90
- name: Build test dylib and bindings
91
run: dart test/setup.dart
92
- name: Run VM tests and collect coverage
0 commit comments