Merge pull request #2174 from famedly/krille/remove-flutter-from-ci

chore: Remove flutter from CI
This commit is contained in:
Krille-chan 2025-10-27 14:43:42 +01:00 committed by GitHub
commit c3f89d9bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -119,10 +119,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
with:
flutter-version: ${{ env.flutter_version }}
cache: true
sdk: ${{ env.dart_version }}
- name: Ensure SDK compiles on web
run: |
pushd web_test

View File

@ -1,2 +1 @@
flutter_version=3.35.4
dart_version=3.9.2