Skip to content

Commit

Permalink
Update apt cache before install
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge authored Sep 20, 2023
1 parent 20e2b13 commit 53790dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Install GUI packages
run: |
sudo apt-get update
sudo apt-get install -y xvfb xauth imagemagick xdotool sox
- name: Run regular GUI tests
Expand Down

0 comments on commit 53790dc

Please sign in to comment.