Skip to content

Commit

Permalink
Fix documentation CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Nov 3, 2024
1 parent f877beb commit e43da00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt -y update
sudo apt -y install --no-install-recommends git python3 python3-pip doxygen
sudo apt -y install --no-install-recommends git python3 python3-pip doxygen libgs-dev
sudo -H pip3 install --upgrade poxy
- name: Checkout
Expand Down

0 comments on commit e43da00

Please sign in to comment.