Skip to content

Commit 6e45c51

Browse files
TimoWilkensawenzel
authored andcommitted
Update apt repos before installing
This should fix the error seen in https://github.com/AliceO2Group/O2DPG/runs/1430098425.
1 parent a3bea98 commit 6e45c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- name: Install Kerberos
1212
run: |
13+
sudo apt-get update
1314
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y krb5-user
1415
cat << \EOF > krb5.conf
1516
${{secrets.KRB5CONF}}

0 commit comments

Comments
 (0)