Skip to content

Commit

Permalink
Merge branch 'adding_mdns_ios_support' of github.com:guyluz11/network…
Browse files Browse the repository at this point in the history
…_tools_flutter into adding_mdns_ios_support
  • Loading branch information
git-elliot committed Mar 30, 2024
2 parents 35c575d + e379876 commit 7fe9759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
- name: Download pub dependencies
run: flutter pub get

- name: Upgrade pub dependencies
run: flutter pub upgrade

- name: Run build_runner
run: flutter pub run build_runner build --delete-conflicting-outputs
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Download pub dependencies
run: flutter pub get

- name: Upgrade pub dependencies
run: flutter pub upgrade

- name: Run build_runner
run: flutter pub run build_runner build --delete-conflicting-outputs

Expand Down

0 comments on commit 7fe9759

Please sign in to comment.