Tried flutter action
Some checks failed
Pull Request Pipeline / lint (pull_request) Failing after 48s
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / build (pull_request) Has been cancelled

This commit is contained in:
2026-01-23 16:59:04 +01:00
parent bbbc1d6ccd
commit fa42b5232a

View File

@@ -32,9 +32,6 @@ jobs:
- name: Build APK - name: Build APK
run: flutter build apk --release run: flutter build apk --release
- name: Build IPA
run: flutter build ipa --no-codesign
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -42,10 +39,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Flutter - name: Set up Flutter
uses: github.com/subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.19.0 flutter-version: 3.38.6
#- name: Install Flutter (wget) #- name: Install Flutter (wget)
# run: | # run: |