mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 14:35:00 +00:00
fix: make MacOS builds work (#61)
This commit is contained in:
parent
3e71c90949
commit
676e15f785
2 changed files with 16 additions and 17 deletions
29
.github/workflows/test.yml
vendored
29
.github/workflows/test.yml
vendored
|
@ -26,20 +26,19 @@ jobs:
|
|||
run: |
|
||||
make test
|
||||
|
||||
# macOS-latest:
|
||||
# runs-on: macOS-latest
|
||||
macOS-latest:
|
||||
runs-on: macOS-latest
|
||||
|
||||
# steps:
|
||||
# - name: Clone
|
||||
# uses: actions/checkout@v1
|
||||
# with:
|
||||
# submodules: true
|
||||
steps:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
# - name: Dependencies
|
||||
# run: |
|
||||
# brew update
|
||||
# brew install sdl2
|
||||
|
||||
# - name: Test
|
||||
# run: |
|
||||
# make test
|
||||
- name: Dependencies
|
||||
run: |
|
||||
brew update
|
||||
brew install sdl2
|
||||
- name: Test
|
||||
run: |
|
||||
make test
|
Loading…
Add table
Add a link
Reference in a new issue