Skip to content

Commit

Permalink
Fix the quality-control workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Oct 21, 2023
1 parent 88ddc6e commit 36026f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ jobs:
working-directory: flutter_ffi_plugin/
run: flutter create test_app

- name: Fetch Flutter dependencies
working-directory: flutter_ffi_plugin/test_app/
run: flutter pub get

- name: Add this framework as a dependency
working-directory: flutter_ffi_plugin/test_app/
run: dart pub add "rinf:{'path':'../'}"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/quality_control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
run: cargo install --path ./

- name: Fetch Flutter dependencies
working-directory: flutter_ffi_plugin/
run: flutter pub get
run: |
flutter pub get --directory flutter_ffi_plugin/
flutter pub get --directory flutter_ffi_plugin/cargokit/build_tool
- name: Generate message files
working-directory: flutter_ffi_plugin/example/
Expand Down

0 comments on commit 36026f1

Please sign in to comment.