From ad9b2193ea795588982ca2f566e405c1510ccb3b Mon Sep 17 00:00:00 2001 From: pmp-p Date: Sun, 5 Nov 2023 05:15:54 +0100 Subject: [PATCH] bump sdk --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 209b8a6..147809e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,13 +6,13 @@ jobs: build: runs-on: ubuntu-22.04 env: - SDK_VERSION: 3.1.48.0bi + SDK_VERSION: 3.1.48.4bi SYS_PYTHON: /usr/bin/python3 PACKAGES: emsdk hpy _ctypes pygame BUILD_STATIC: emsdk _ctypes hpy STATIC: false BUILDS: 3.11 3.12 - CYTHON: Cython-3.0.4-py2.py3-none-any.whl + CYTHON: Cython-3.0.5-py2.py3-none-any.whl LD_VENDOR: -sUSE_GLFW=3 steps: