Changed flutter installation
Some checks failed
Pull Request Pipeline / lint (pull_request) Failing after 2m10s
Pull Request Pipeline / test (pull_request) Has been skipped

This commit is contained in:
2025-11-19 10:36:48 +01:00
parent e852a4d539
commit 601b7d0a4f

View File

@@ -16,14 +16,11 @@ jobs:
apt-get update
apt-get install -y jq
- name: Install Flutter
run: |
wget https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.35.6-stable.tar.xz
tar xf flutter_linux_3.35.6-stable.tar.xz
# Flutter-Pfad zur PATH-Variable hinzufügen
echo "$(pwd)/flutter/bin" >> $GITHUB_PATH
# Alternativ für Docker/act:
echo "PATH=$(pwd)/flutter/bin:$PATH" >> $GITHUB_ENV
- name: Set Up Flutter
uses: flutter-actions/setup-flutter@v2
with:
flutter-version: '3.35.6'
channel: 'stable'
- name: Configure Git Safe Directory
run: |