Skip to content

Commit

Permalink
Использование бета-версии Flutter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zensonaton committed Dec 10, 2024
1 parent 93a3a63 commit bca98db
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Java and Flutter for Android
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "17"
cache: gradle

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
cache: true
flutter-version-file: pubspec.yaml
channel: "beta"
# flutter-version-file: pubspec.yaml
flutter-version: fc011960a2

- name: Get dependencies
run: flutter pub get
Expand Down Expand Up @@ -121,14 +115,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- run: choco install yq

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
cache: true
flutter-version-file: pubspec.yaml
channel: "beta"
# flutter-version-file: pubspec.yaml
flutter-version: fc011960a2

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

0 comments on commit bca98db

Please sign in to comment.