Skip to content

Commit 7aff3ef

Browse files
authored
ci: run "apt-get update" before installing packages (#7)
1 parent 90b1c21 commit 7aff3ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
- name: Install apt dependencies
2424
run: |
25+
sudo apt-get update && \
2526
sudo apt-get install -y --no-install-recommends \
2627
dblatex \
2728
docbook-xml \

0 commit comments

Comments
 (0)