Changed env to flutter
This commit is contained in:
12
.github/workflows/dart.yml
vendored
12
.github/workflows/dart.yml
vendored
@@ -17,12 +17,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# Note: This workflow uses the latest stable version of the Dart SDK.
|
- name: Set Up Flutter
|
||||||
# You can specify other versions if desired, see documentation here:
|
uses: subosito/flutter-action@v2
|
||||||
# https://github.com/dart-lang/setup-dart/blob/main/README.md
|
with:
|
||||||
# - uses: dart-lang/setup-dart@v1
|
flutter-version: '3.22.2'
|
||||||
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
|
channel: 'stable'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|||||||
Reference in New Issue
Block a user