Skip to content

Commit

Permalink
Update apt before building website
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaylor committed Feb 1, 2024
1 parent 4e72c71 commit 514482d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Build website
run: |
sudo apt update
sudo apt install -y graphviz doxygen doxygen-latex python3-docutils qtbase5-dev libqt5svg5-dev
pdm sync -d --no-self
pdm run meson setup --prefix=/home/runner/work/install -D docs=true -D only-docs=true -D docs-siteurl=$BASE_URL builddir
Expand Down

0 comments on commit 514482d

Please sign in to comment.