Skip to content

Commit

Permalink
ci: Add apt-get update call (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit authored Nov 19, 2023
1 parent e924c21 commit f2e92ec
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 f2e92ec

Please sign in to comment.