Skip to content

Commit

Permalink
Фикс Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zensonaton committed Dec 10, 2024
1 parent 7fc65b1 commit 6cf9ad6
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 @@ -47,7 +47,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
cache: true
channel: "beta"
channel: beta
flutter-version-file: pubspec.yaml

- name: Get dependencies
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
cache: true
channel: "beta"
channel: beta
flutter-version-file: pubspec.yaml

- name: Get dependencies
Expand Down

0 comments on commit 6cf9ad6

Please sign in to comment.