mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
parent
7ed04f32f3
commit
db823dd237
1 changed files with 7 additions and 1 deletions
|
@ -16,6 +16,8 @@ build:
|
||||||
gnu.org/wget: ^1
|
gnu.org/wget: ^1
|
||||||
gnu.org/coreutils: ^9
|
gnu.org/coreutils: ^9
|
||||||
git-scm.org: ^2
|
git-scm.org: ^2
|
||||||
|
google.com/protobuf-go: ^1
|
||||||
|
grpc.io/grpc-go: ^1
|
||||||
env:
|
env:
|
||||||
linux:
|
linux:
|
||||||
# one of these will do it. probably.
|
# one of these will do it. probably.
|
||||||
|
@ -30,4 +32,8 @@ build:
|
||||||
provides:
|
provides:
|
||||||
- bin/local-ai
|
- 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'
|
||||||
|
|
Loading…
Reference in a new issue