Skip to content

Commit

Permalink
ci: apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Aug 9, 2024
1 parent bed3ea7 commit 27fe326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

- name: Install libkrb5 for Kerberos on Linux
run: |
sudo apt-get update
sudo apt install -y libkrb5-dev
- name: Install module
Expand Down

0 comments on commit 27fe326

Please sign in to comment.