Actions aufsetzen #38

Merged
flixcoo merged 40 commits from setup/17-actions-aufsetzen into development 2025-11-19 19:35:07 +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: |