Skip to content

Commit

Permalink
ci: fix app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 9, 2024
1 parent 46d9e61 commit d45f65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
cmake -G Ninja .
ninja
- name: pub get
- name: Run example
run: |
cd app
cd example/app
dart pub get
cd ..
dart run app/bin/main.dart

0 comments on commit d45f65d

Please sign in to comment.