mirror of
https://github.com/mudler/LocalAI.git
synced 2025-01-30 08:04:13 +00:00
ci: drop macOS dependencies (#581)
Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
parent
27887c74d8
commit
2880221bb3
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -60,11 +60,6 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Dependencies
|
|
||||||
run: |
|
|
||||||
brew update
|
|
||||||
brew install sdl2 ffmpeg
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
env:
|
env:
|
||||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -39,10 +39,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Dependencies
|
|
||||||
run: |
|
|
||||||
brew update
|
|
||||||
brew install sdl2 ffmpeg
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
Loading…
x
Reference in New Issue
Block a user