Skip to content

Commit 437f53c

Browse files
committed
S3 deletion workflow - add official ubu repo and update
Analogous to 919eca6.
1 parent 67480e4 commit 437f53c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/delete-deployed-pr.yml

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

3737
- name: Install Kerberos utilities
38-
run: sudo apt-get install -y krb5-user
38+
run: |
39+
sudo apt-add-repository http://archive.ubuntu.com/ubuntu/
40+
sudo apt-get update
41+
sudo apt-get install -y krb5-user
3942
4043
- name: Install XRootD client
4144
run: sudo apt-get -y install xrootd-client

0 commit comments

Comments
 (0)