Skip to content

Commit 063497c

Browse files
committed
Try to fix 'FileNotFoundError'
1 parent c6d2971 commit 063497c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-debian-multiarch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
apt-get update --fix-missing
8282
apt-get upgrade -y
8383
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
84+
apt-get install python3-setuptools python3-dev python3-pip python3-wheel python3-sphinx -y
85+
pip3 -m pip install cython
8586
8687
# Build a wheel, install it for running unit tests
8788
run: |

src_c/_sdl2/README

Whitespace-only changes.

0 commit comments

Comments
 (0)