try
This commit is contained in:
parent
b3d05efd05
commit
edb2d55aa6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue