Skip to content

Commit f52c0b1

Browse files
ci: fix host dependencies install step
Seems like ubuntu-slim is stripped away of some apt cache to make it even slimmer than ubuntu-latest
1 parent ae78ed3 commit f52c0b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

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

1515
- name: Install host dependencies
1616
run: |
17+
sudo apt-get update
1718
sudo apt-get install pandoc
1819
1920
- name: Prepare

0 commit comments

Comments
 (0)