MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 601b7d0a4f - Show all commits

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: |