mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-04 14:09:34 -04:00
fix: make MacOS builds work (#61)
This commit is contained in:
committed by
GitHub
parent
3e71c90949
commit
676e15f785
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
|
||||
Reference in New Issue
Block a user