Skip to content

Commit 93a2e1f

Browse files
Run update first to fix CI (#140)
1 parent 54ba02a commit 93a2e1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/install-helm-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -euf -o pipefail
44

55
### Install Helm
66
curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
7+
sudo apt-get update
78
sudo apt-get install apt-transport-https --yes
89
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
910
sudo apt-get update

0 commit comments

Comments
 (0)