Skip to content

Commit

Permalink
add glib dependency to docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
nosracd committed Jan 13, 2025
1 parent fa42eb7 commit 071cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install doxygen liblua5.4-dev
sudo apt install doxygen liblua5.4-dev libglib2.0-dev
pip install sphinx-rtd-theme Sphinx myst-parser
- name: Build Docs
Expand Down

0 comments on commit 071cd8d

Please sign in to comment.