Skip to content

Commit

Permalink
Link headers before running ffigen on CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Sep 30, 2024
1 parent 01135ce commit 4fac0c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ jobs:
working-directory: lib/bindings/langs/flutter/
run: just codegen

- name: Link C Headers
working-directory: lib/bindings/langs/flutter/
if: ${{ success() || failure() }}
run: just link-headers

- name: Generate FFI bindings
working-directory: lib/bindings/langs/flutter/
if: ${{ success() || failure() }}
Expand Down

0 comments on commit 4fac0c9

Please sign in to comment.