mirror of
https://github.com/mudler/LocalAI.git
synced 2025-03-11 06:54:11 +00:00
ci(apple): use brew deps also on release
This commit is contained in:
parent
0ce8d1f7b9
commit
a8b4999e64
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -74,10 +74,7 @@ jobs:
|
||||
go-version: '>=1.21.0'
|
||||
- name: Dependencies
|
||||
run: |
|
||||
git clone --recurse-submodules -b v1.58.0 --depth 1 --shallow-submodules https://github.com/grpc/grpc && \
|
||||
cd grpc && mkdir -p cmake/build && cd cmake/build && cmake -DgRPC_INSTALL=ON \
|
||||
-DgRPC_BUILD_TESTS=OFF \
|
||||
../.. && make -j12 install && rm -rf grpc
|
||||
brew install protobuf grpc
|
||||
- name: Build
|
||||
id: build
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user