Skip to content

Commit

Permalink
ci: update apt package index before install it
Browse files Browse the repository at this point in the history
  • Loading branch information
fanghuaqi authored Oct 9, 2024
1 parent 012feea commit 689991b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install Dependencies on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get install lftp python3 make latexmk \
sudo apt update -y
sudo apt install -y lftp python3 make latexmk \
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
sudo pip3 install -r doc/requirements.txt
- name: Build Documentation
Expand Down

0 comments on commit 689991b

Please sign in to comment.