Skip to content

Commit

Permalink
Build script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikmmohite committed Apr 14, 2024
1 parent fccb4cb commit bc64511
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v2
with:
channel: stable
version: 3.19.5

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

0 comments on commit bc64511

Please sign in to comment.