Another GH action attempt

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-04-29 14:02:57 +02:00
parent c124765a00
commit 5ec25a6c82
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: ${{ env.PURO_FLUTTER_VERSION == 'stable' && '' || env.PURO_FLUTTER_VERSION }}
flutter-version: ${{ env.PURO_FLUTTER_VERSION == 'stable' && '' || env.FLUTTER_VERSION }}
- name: Install dependencies
run: flutter pub get
- name: Analyze