diff --git a/.forgejo/workflows/ci-web.yml b/.forgejo/workflows/ci-web.yml index 7dac07d..e0a2980 100644 --- a/.forgejo/workflows/ci-web.yml +++ b/.forgejo/workflows/ci-web.yml @@ -32,6 +32,8 @@ jobs: run: | sudo apt-get update sudo apt-get install -y git + git --version + git config --global --add safe.directory '*' - name: Setup Flutter uses: subosito/flutter-action@v2 @@ -39,6 +41,7 @@ jobs: flutter-version: '3.35.5' channel: 'stable' cache: true + git-path: /usr/bin/git - name: Cache Flutter dependencies uses: actions/cache@v4 @@ -110,6 +113,8 @@ jobs: run: | sudo apt-get update sudo apt-get install -y git + git --version + git config --global --add safe.directory '*' - name: Setup Flutter uses: subosito/flutter-action@v2 @@ -117,6 +122,7 @@ jobs: flutter-version: '3.35.5' channel: 'stable' cache: true + git-path: /usr/bin/git - name: Cache Flutter dependencies uses: actions/cache@v4