mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-19 18:15:00 +00:00
fix(ci): install latest git
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
e88468640f
commit
cc11323d1c
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test-extra.yml
vendored
8
.github/workflows/test-extra.yml
vendored
|
@ -105,6 +105,14 @@ jobs:
|
|||
tests-parler-tts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Force Install GIT latest
|
||||
run: |
|
||||
sudo apt-get update \
|
||||
&& sudo apt-get install -y software-properties-common \
|
||||
&& sudo apt-get update \
|
||||
&& sudo add-apt-repository -y ppa:git-core/ppa \
|
||||
&& sudo apt-get update \
|
||||
&& sudo apt-get install -y git
|
||||
- name: Clone
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue