Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #80 from janopae/fix-ci
Browse files Browse the repository at this point in the history
Fix Ubuntu package installation in CI
  • Loading branch information
limburgher authored Sep 21, 2023
2 parents 59db84b + b1c48fa commit d4afeb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Install Linux dependencies
run: |
sudo apt-get update
sudo apt-get install libgtk-3-dev libsdl2-2.0 libwxgtk3.0-gtk3-dev
- name: Install Python dependencies
Expand Down

0 comments on commit d4afeb6

Please sign in to comment.