We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d2971 commit 063497cCopy full SHA for 063497c
.github/workflows/build-debian-multiarch.yml
@@ -81,7 +81,8 @@ jobs:
81
apt-get update --fix-missing
82
apt-get upgrade -y
83
apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libfreetype6-dev libportmidi-dev libjpeg-dev fontconfig -y
84
- apt-get install python3-setuptools python3-dev python3-pip python3-wheel python3-sphinx python3-cython -y
+ apt-get install python3-setuptools python3-dev python3-pip python3-wheel python3-sphinx -y
85
+ pip3 -m pip install cython
86
87
# Build a wheel, install it for running unit tests
88
run: |
src_c/_sdl2/README
0 commit comments