mirror of
https://github.com/mudler/LocalAI.git
synced 2025-01-18 18:57:06 +00:00
Update checksum_checker.yaml
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
bc272d1e4b
commit
1937118eab
9
.github/workflows/checksum_checker.yaml
vendored
9
.github/workflows/checksum_checker.yaml
vendored
@ -11,9 +11,12 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install huggingface_hub
|
pip install huggingface_hub
|
||||||
# yq
|
- name: 'Setup yq'
|
||||||
VERSION=v4.43.1 BINARY=yq_linux_amd64 wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz -O - |\
|
uses: dcarbone/install-yq-action@v1.1.1
|
||||||
tar xz && sudo mv ${BINARY} /usr/bin/yq
|
with:
|
||||||
|
version: 'v4.43.1'
|
||||||
|
download-compressed: true
|
||||||
|
force: true
|
||||||
- name: Checksum checker 🔧
|
- name: Checksum checker 🔧
|
||||||
run: |
|
run: |
|
||||||
bash .github/checksum_checker.sh gallery/index.yaml
|
bash .github/checksum_checker.sh gallery/index.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user