Skip to content

Commit 919eca6

Browse files
committed
Add official ubu repo and update before installing kerberos
1 parent e879ba6 commit 919eca6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ jobs:
8585
AWS_REGION: "eu-west-1"
8686

8787
- name: Install Kerberos utilities
88-
run: sudo apt-get install -y krb5-user
88+
run: |
89+
sudo apt-add-repository http://archive.ubuntu.com/ubuntu/
90+
sudo apt-get update
91+
sudo apt-get install -y krb5-user
8992
9093
- name: Install XRootD client
9194
run: sudo apt-get -y install xrootd-client

0 commit comments

Comments
 (0)