Skip to content

Commit

Permalink
ci: Add apt-get update call (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit authored Nov 19, 2023
1 parent c4ad70b commit 4eeb49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:

- name: Install Kerberos client
run: |
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq libkrb5-dev krb5-user
- name: Set up Docker Buildx
Expand Down

0 comments on commit 4eeb49c

Please sign in to comment.