chore: Remove flutter from CI
This commit is contained in:
parent
e1478a5db3
commit
17339e43bb
|
|
@ -119,10 +119,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
||||||
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa
|
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
|
||||||
with:
|
with:
|
||||||
flutter-version: ${{ env.flutter_version }}
|
sdk: ${{ env.dart_version }}
|
||||||
cache: true
|
|
||||||
- name: Ensure SDK compiles on web
|
- name: Ensure SDK compiles on web
|
||||||
run: |
|
run: |
|
||||||
pushd web_test
|
pushd web_test
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
flutter_version=3.35.4
|
|
||||||
dart_version=3.9.2
|
dart_version=3.9.2
|
||||||
Loading…
Reference in New Issue