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 6ae39717fd - Show all commits

View File

@@ -15,6 +15,12 @@ jobs:
apt-get update apt-get update
apt-get install -y jq apt-get install -y jq
- name: Clean Flutter Cache
run: |
rm -rf /opt/hostedtoolcache/flutter
rm -rf ~/flutter
- name: Set Up Flutter - name: Set Up Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with: