From 68308ac75a0c736f34788b93eed6a779ca2ace79 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 20 Nov 2025 00:02:07 +0300 Subject: [PATCH] f --- .forgejo/workflows/ci-web.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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