Update checksum_checker.yaml

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-05-09 00:34:56 +02:00 committed by GitHub
parent bc272d1e4b
commit 1937118eab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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