Skip to content

Commit

Permalink
install system dependency for smartcrop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Oct 1, 2023
1 parent 341061a commit 62aed33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
python-version: ${{ matrix.py }}

- name: Install libgirepository
run: sudo apt-get install libgirepository1.0-dev
if: matrix.os == "ubuntu-latest"

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 62aed33

Please sign in to comment.