Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed May 8, 2024
1 parent d53e709 commit 48c73ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
# Add the deadsnakes PPA to install python
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python${{ matrix.python-version }} -y
sudo apt-get install python${{ matrix.python-version }}-dev -y
sudo apt-get install python${{ matrix.python-version }}-distutils -y
- name: Install dependencies
run: |
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev pkg-config -y
Expand Down

0 comments on commit 48c73ca

Please sign in to comment.