Skip to content

Commit efe8644

Browse files
kasper93sfan5
authored andcommitted
github/workflows/docs: update package index to fix install failures
When index is outdated some files may not exist, when we try to install them.
1 parent 2d5dfb3 commit efe8644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
- name: Docs
2626
run: |
27+
sudo apt-get update
2728
sudo apt-get install --no-install-recommends -y python3-docutils rst2pdf
2829
./TOOLS/docutils-wrapper.py rst2man --strip-elements-with-class=contents --halt=2 ./DOCS/man/mpv.rst mpv.1
2930
./TOOLS/docutils-wrapper.py rst2html --halt=2 ./DOCS/man/mpv.rst mpv.html

0 commit comments

Comments
 (0)