We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd469d7 commit 0684a09Copy full SHA for 0684a09
.github/workflows/build.yml
@@ -41,8 +41,10 @@ jobs:
41
- uses: actions/checkout@v6
42
with:
43
submodules: true
44
- - name: Install Sphinx
45
- run: sudo apt install sphinx-doc python3-sphinx
+ - name: Install Sphinx-doc
+ run: |
46
+ sudo apt update
47
+ sudo apt install -y sphinx-doc python3-sphinx
48
- name: Install gettext
49
run: sudo apt-get install -y gettext
50
- name: Install git-restore-mtime
0 commit comments