f
This commit is contained in:
parent
2e721e59d4
commit
68308ac75a
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue