Skip to content

Commit

Permalink
Install libostree dependencies for GI
Browse files Browse the repository at this point in the history
Ported from 80287c8

[noissue]
  • Loading branch information
lubosmj committed Nov 14, 2023
1 parent 4db0b68 commit ec92b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/post_before_install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if [[ "$TEST" = "docs" || "$TEST" = "publish" ]]
then
sudo apt-get install -y libgirepository1.0-dev
sudo apt-get install -y libgirepository1.0-dev libostree-dev
fi

0 comments on commit ec92b0b

Please sign in to comment.