Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
update workflow: try bin/setup.dart (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hegde committed Jul 14, 2022
1 parent 5b0ed0c commit f92678a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- run: dart pub get
- run: dart run bin/setup.dart
- run: flutter pub get
- name: Check formatting
Expand Down Expand Up @@ -137,6 +138,8 @@ jobs:
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- run: dart pub get
working-directory: ./jni
- run: dart run bin/setup.dart
working-directory: ./jni
- run: flutter config --enable-linux-desktop
Expand Down

0 comments on commit f92678a

Please sign in to comment.