Skip to content

Commit 91eff60

Browse files
authored
add apt update before install
1 parent 3fbdfe9 commit 91eff60

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)