Skip to content

Commit

Permalink
try ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 16, 2024
1 parent ca98ee3 commit 01652f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ jobs: #here we specify the jobs - We could have multiple jobs
cache: true

- name: Install dependencies
run: flutter pub get
run: |
flutter pub get
dart pub add build_runner --dev
- name: Run build_runner build
run: dart run build_runner build --delete-conflicting-outputs
Expand Down

0 comments on commit 01652f1

Please sign in to comment.