Skip to content

Commit

Permalink
Added flutter action step
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Aug 15, 2023
1 parent 0b052ce commit 40d96b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Flutter
run: ./.github/workflows/scripts/test.sh
shell: bash
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.6'
channel: 'stable'
- run: flutter --version

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
Expand Down

0 comments on commit 40d96b1

Please sign in to comment.