update raylib
This commit is contained in:
parent
b3ff23e6cf
commit
2154d36b41
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -330,7 +330,7 @@ jobs:
|
|||
- name: Test
|
||||
shell: bash
|
||||
run: |
|
||||
pip3 install dist/*.whl
|
||||
pip3 install --no-deps dist/*.whl
|
||||
cd /
|
||||
python3 -c 'import pyray; pyray.init_window(100,100,"test")' >/tmp/output 2>&1 || true
|
||||
cat /tmp/output
|
||||
|
|
Reference in a new issue