try rpi build
This commit is contained in:
parent
492544ede7
commit
79eabff719
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -158,7 +158,7 @@ jobs:
|
|||
|
||||
- name: Build raylib-python-cffi
|
||||
run: |
|
||||
python setup.py bdist_wheel
|
||||
python3 setup.py bdist_wheel
|
||||
|
||||
- name: Upload build Artifact wheel
|
||||
uses: actions/upload-artifact@v2.2.4
|
||||
|
|
2
raylib-c
2
raylib-c
|
@ -1 +1 @@
|
|||
Subproject commit 1211047e1ca180cee8e9e7497256cc6a95fb5e6f
|
||||
Subproject commit da5d04061e2451ddec5f8b1d48a6033937deed1f
|
Reference in a new issue