try rpi build

This commit is contained in:
richard 2022-06-26 03:03:56 +01:00
parent 79cc8bb544
commit 492544ede7

View file

@ -149,6 +149,23 @@ jobs:
path: dist/* path: dist/*
build-rpi:
runs-on: rpi
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Build raylib-python-cffi
run: |
python setup.py bdist_wheel
- name: Upload build Artifact wheel
uses: actions/upload-artifact@v2.2.4
with:
name: wheel
path: dist/*
build-windows: build-windows:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: windows-2019 runs-on: windows-2019