Skip to content

Commit

Permalink
bump sdk, go 3.13rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Sep 17, 2024
1 parent c00835b commit bb6e455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-22.04
env:
SDK_VERSION: 3.1.65.12bi
SDK_VERSION: 3.1.66.2bi
SYS_PYTHON: /usr/bin/python3
PACKAGES: emsdk hpy pygame
BUILD_STATIC: emsdk hpy
Expand Down
1 change: 1 addition & 0 deletions src/pygbag/support/pyodide.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class m_pyodide:


sys.modules["pyodide"] = m_pyodide()
sys.modules["pyodide.ffi"] = sys.modules["pyodide"] = ffi
del m_pyodide
import pyodide

Expand Down

0 comments on commit bb6e455

Please sign in to comment.