upodate release

This commit is contained in:
Richard Ward
2025-12-18 20:05:26 +00:00
parent 83dba9defd
commit e1c2c2b051

View File

@@ -40,6 +40,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Linux system deps
if: matrix.platform == 'linux'
run: |
sudo apt-get update
sudo apt-get install -y \
libwayland-dev \
libwayland-egl1 \
libwayland-cursor-dev \
libegl-dev \
libxkbcommon-dev
- name: Set up Python
uses: actions/setup-python@v5
with: