Skip to content

Commit 5aab1ec

Browse files
committed
Switching back
1 parent e8bb6b3 commit 5aab1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
364364
sudo apt-get -y update
365365
sudo apt-get -y install helm
366-
sudo apt-get -y install krb5-sys
366+
sudo apt-get -y install krb5-user
367367
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
368368
fi
369369

0 commit comments

Comments
 (0)