mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
Ci testsg
This commit is contained in:
parent
8f952d90b0
commit
ca65e9ee9b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -257,6 +257,10 @@ jobs:
|
|||
with:
|
||||
go-version: '1.21.x'
|
||||
cache: false
|
||||
- name: Setup tmate session if tests fail
|
||||
uses: mxschmitt/action-tmate@v3.18
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
- name: Dependencies
|
||||
run: |
|
||||
brew install protobuf grpc
|
||||
|
|
|
|||
Loading…
Reference in a new issue