Skip to content

Commit

Permalink
Missing ffigen in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev committed May 2, 2022
1 parent d9177b8 commit aacebfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ jobs:
toolchain: stable
components: rustfmt, clippy

- uses: dart-lang/setup-dart@v1
- name: Install ffigen
run: dart pub global activate ffigen

- name: Run fmt for codegen
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit aacebfe

Please sign in to comment.