Skip to content

Commit

Permalink
Merge pull request pygame#4080 from pygame/apt-get-sdist
Browse files Browse the repository at this point in the history
github/workflows/build-ubuntu-sdist: Add apt-get fix-missing back
  • Loading branch information
illume committed Nov 5, 2023
2 parents 2760bea + 5734937 commit 275f503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
# install numpy from pip and not apt because the one from pip is newer,
# and has typestubs
run: |
# sudo apt-get update --fix-missing
# sudo apt-get upgrade
sudo apt-get update --fix-missing
sudo apt-get upgrade
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libfreetype6-dev libportmidi-dev libjpeg-dev python3-setuptools python3-dev
python3 -m pip install sphinx numpy>=1.21.0 Cython==3.0.0
Expand Down

0 comments on commit 275f503

Please sign in to comment.