Skip to content

Commit

Permalink
adding apt-get update before calling install in gha
Browse files Browse the repository at this point in the history
Signed-off-by: Adam D. Cornett <[email protected]>
  • Loading branch information
acornett21 authored and Allda committed Aug 12, 2024
1 parent 882684c commit dcd6985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install non-python dependencies
run: |
sudo apt-get install -y libkrb5-dev
sudo apt-get update && sudo apt-get install -y libkrb5-dev
- name: Install Hadolint via Brew
run: |
Expand Down

0 comments on commit dcd6985

Please sign in to comment.