Skip to content

Commit dcd6985

Browse files
acornett21Allda
authored andcommitted
adding apt-get update before calling install in gha
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 882684c commit dcd6985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install non-python dependencies
2525
run: |
26-
sudo apt-get install -y libkrb5-dev
26+
sudo apt-get update && sudo apt-get install -y libkrb5-dev
2727
2828
- name: Install Hadolint via Brew
2929
run: |

0 commit comments

Comments
 (0)