Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Oct 1, 2023
1 parent 62aed33 commit fcadff9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -25,8 +25,9 @@ jobs:
python-version: ${{ matrix.py }}

- name: Install libgirepository
run: sudo apt-get install libgirepository1.0-dev
if: matrix.os == "ubuntu-latest"
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install libgirepository1.0-dev
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit fcadff9

Please sign in to comment.