MVP #141

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

View File

@@ -25,6 +25,12 @@ jobs:
# Alternativ für Docker/act:
echo "PATH=$(pwd)/flutter/bin:$PATH" >> $GITHUB_ENV
- name: Configure Git Safe Directory
run: |
git config --global --add safe.directory /workspace/liquid-development/game-tracker
git config --global --add safe.directory /workspace/liquid-development/game-tracker/flutter
- name: Get dependencies
run: flutter pub get