Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Ensure repos are updated before installing.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed May 12, 2024
1 parent 00684ae commit e83d7af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install system dependencies
run: sudo apt install -y pkg-config python3-dev libgirepository1.0-dev gir1.2-gtk-3.0
run: |
sudo apt update -y
sudo apt install -y pkg-config python3-dev libgirepository1.0-dev gir1.2-gtk-3.0
- name: Install Tox
run: |
Expand Down

0 comments on commit e83d7af

Please sign in to comment.