Skip to content

Commit

Permalink
updating work flow add "setup flutter"
Browse files Browse the repository at this point in the history
  • Loading branch information
Wahab-Khan committed Feb 19, 2025
1 parent 389908b commit 2965986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/simple_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup Dart & Flutter
uses: dart-lang/setup-dart@v1
uses: subosito/flutter-action@v2
with:
flutter-version: "latest" # Specify the Flutter version if needed

- name: Install Dependencies
run: flutter pub get
Expand Down

0 comments on commit 2965986

Please sign in to comment.