Skip to content

Commit

Permalink
fix flutter version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 15, 2024
1 parent 654d94f commit 8aeda46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.32.0'
flutter-version: '3.22.0'
cache: false
- name: Run build script
id: build
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.32.0'
flutter-version: '3.22.0'
cache: false
- name: Run build script
id: build
Expand Down

0 comments on commit 8aeda46

Please sign in to comment.