fix(localai) (#6001)

closes #5995

needs: #5996, #5997, #5999
This commit is contained in:
Jacob Heider 2024-04-26 14:20:00 -04:00 committed by GitHub
parent 7ed04f32f3
commit db823dd237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,8 @@ build:
gnu.org/wget: ^1
gnu.org/coreutils: ^9
git-scm.org: ^2
google.com/protobuf-go: ^1
grpc.io/grpc-go: ^1
env:
linux:
# one of these will do it. probably.
@ -30,4 +32,8 @@ build:
provides:
- bin/local-ai
test: local-ai --version | grep {{version}}
test:
- run: local-ai --version | grep {{version}}
if: <2.13
- run: "local-ai --help | grep 'Version: v{{version}}'"
if: '>=2.13'