update raylib

This commit is contained in:
Richard Smith 2024-10-16 02:19:24 +01:00
parent b3ff23e6cf
commit 2154d36b41
3 changed files with 3 additions and 3 deletions

View file

@ -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