Skip to content

Commit 81ba34e

Browse files
committed
fix: Install jq before running
1 parent 3c46841 commit 81ba34e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/request-model-versions.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
set -e
44

5+
# Install jq
6+
sudo apt-get update
7+
sudo apt-get install -y jq
8+
59
# Google Cloud Workflow execution script
610
# Usage: ./wait_for_country_versions.sh -b <bucket_name> -us <us_version> -uk <uk_version> [-t timeout] [-i interval]
711

0 commit comments

Comments
 (0)