Changed env to flutter

This commit is contained in:
2025-04-26 17:22:18 +02:00
committed by GitHub
parent a2571786f9
commit 4d0c38dd47

View File

@@ -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