Skip to content

Commit

Permalink
ci: Install gi-docgen using apt
Browse files Browse the repository at this point in the history
On Ubuntu jobs, instead of installing pip then installing gi-docgen
with pip, simply install it using apt.
  • Loading branch information
GeorgesStavracas committed Sep 3, 2024
1 parent 5f32c10 commit b85f2e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update
apt-get install -y libglib2.0 gettext dbus meson libgirepository1.0-dev libgtk-3-dev libgtk-4-dev valac python3-pip python3-dbusmock
pip3 install gi-docgen
apt-get install -y libglib2.0 gettext dbus meson gi-docgen libgirepository1.0-dev libgtk-3-dev libgtk-4-dev valac python3-dbusmock
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Check out libportal
uses: actions/checkout@v3
Expand Down

0 comments on commit b85f2e7

Please sign in to comment.