Skip to content

Commit

Permalink
try to use actions/setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed May 27, 2024
1 parent 67a42bc commit e5397ac
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 @@ -22,7 +22,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf pkg-config
sudo apt-get update
sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev pkg-config
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install pygame-ce
Expand Down

0 comments on commit e5397ac

Please sign in to comment.