Skip to content

Commit d3ef6f7

Browse files
committed
fix: sudo not installed
1 parent b888557 commit d3ef6f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/request-model-versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -e
44

55
# Install jq
6-
sudo apt-get update
7-
sudo apt-get install -y jq
6+
apt-get update
7+
apt-get install -y jq
88

99
# Google Cloud Workflow execution script
1010
# Usage: ./wait_for_country_versions.sh -b <bucket_name> -us <us_version> -uk <uk_version> [-t timeout] [-i interval]

0 commit comments

Comments
 (0)