File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4444 apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev -y
4545 apt-get install libfreetype6-dev libportmidi-dev fontconfig -y
4646 apt-get install python3-dev python3-pip python3-wheel python3-sphinx -y
47- pip3 install meson-python --break-system-packages
47+ pip3 install meson-python "sphinx-autoapi<=3.3.2" --break-system-packages
4848
4949jobs :
5050 build-multiarch :
Original file line number Diff line number Diff line change 6868 # mingw-w64-${{ matrix.env }}-freetype
6969 # mingw-w64-${{ matrix.env }}-portmidi
7070
71+ - name : Install additional dependencies
72+ run : |
73+ pip3 install "sphinx-autoapi<=3.3.2"
74+
7175 - name : Building pygame wheel
7276 run : |
7377 pip3 wheel . --wheel-dir /artifacts -vvv --no-build-isolation
You can’t perform that action at this time.
0 commit comments