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