Skip to content

Commit

Permalink
Fine tune GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ttdyce committed Nov 26, 2024
1 parent e357175 commit 7311400
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/flutter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'zulu'
uses: actions/checkout@v4

- name: Set up Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: stable
flutter-version-fil22.2ubspec.yaml # path to p3.19.0

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

0 comments on commit 7311400

Please sign in to comment.