diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8ba1d1..d1e1498 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-22.04 env: - BUILDS: 3.12 3.13 3.14 + BUILDS: 3.12 3.13 SDKROOT: /opt/python-wasm-sdk Py_GIL_DISABLED: false wasisdk: true diff --git a/emsdk-cc b/emsdk-cc index 8043d4f..ed21f14 100644 --- a/emsdk-cc +++ b/emsdk-cc @@ -478,7 +478,7 @@ if EMCC_TRACE: sys.argv.append(arg) - # for debugging configure, cmake has its own very detailed log. + # for debugging configure, as cmake has its own very detailed log. if os.path.isfile("conftest.c"): __import__("shutil").copy("conftest.c", SDKROOT / "emcc.c") if DEBUG_PATTERN not in (False, True):