mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
Merge pull request #85 from pratikbalar/patch-1
ci: flutter git clone depth 1
This commit is contained in:
commit
6c9fa781cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
rustup default nightly
|
||||
- name: Flutter
|
||||
run: |
|
||||
git clone https://github.com/flutter/flutter.git
|
||||
git clone --depth 1 https://github.com/flutter/flutter.git
|
||||
cd flutter
|
||||
echo `pwd`"/bin" >> $GITHUB_PATH
|
||||
export PATH="$PATH:`pwd`/bin"
|
||||
|
|
|
|||
Loading…
Reference in a new issue