Skip to content

Commit

Permalink
Fix initial CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 committed Nov 4, 2024
1 parent af75497 commit adde23d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ on:
- main
workflow_dispatch:

env:
FLUTTER_VERSION: 3.24.3

jobs:
analyze-latest:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion packages/sane/lib/src/sane_isolate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ class MessageHandler {

final Sane _sane;

Future<IsolateResponse> handleMessage(IsolateMessage message,
Future<IsolateResponse> handleMessage(
IsolateMessage message,
) async {
switch (message) {
case InitMessage _:
Expand Down
1 change: 1 addition & 0 deletions packages/sane/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environment:

dependencies:
ffi: ^2.1.3
meta: ^1.16.0

dev_dependencies:
ffigen: ^14.0.1
Expand Down

0 comments on commit adde23d

Please sign in to comment.