Skip to content

Commit 50ea269

Browse files
authored
Merge pull request #48 from uutils/sylvestre-patch-1
add apt update before install
2 parents 3fbdfe9 + 91eff60 commit 50ea269

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848

4949
- name: Install system deps
5050
run: |
51+
sudo apt update
5152
sudo apt install libacl1-dev libselinux1-dev libsystemd-dev
5253
pip install babel
5354

0 commit comments

Comments
 (0)