Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 committed Oct 4, 2024
1 parent d0fc455 commit 5ccf6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
flutter-version: ${{ env.flutter_version }}
- name: Install dependencies
run: flutter pub get --no-example
run: flutter pub get
- name: Format code
run: dart format --dry-run . --set-exit-if-changed
- name: Lint analysis
Expand Down

0 comments on commit 5ccf6ad

Please sign in to comment.