This commit is contained in:
Richard Smith 2024-10-11 18:08:26 +01:00
parent b3d05efd05
commit edb2d55aa6

View file

@ -356,6 +356,7 @@ jobs:
- name: Build raylib-python-cffi
run: |
copy ${{ runner.temp }}\SDL2\lib\x64\SDL2.lib .
python -m pip install --upgrade pip
pip3 install "cffi>=1.17.1"
pip3 install wheel