Skip to content

Commit f91cb23

Browse files
authored
Merge pull request #349 from davidhewitt/ci-2023-08
fix mingw and emscripten CI runs
2 parents 32d2e84 + 8b396da commit f91cb23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386

387387
- name: Create libpython symlink
388388
shell: msys2 {0}
389-
run: ln -s /${{ matrix.path }}/lib/libpython3.10.dll.a /${{ matrix.path }}/lib/libpython310.dll.a
389+
run: ln -s /${{ matrix.path }}/lib/libpython3.11.dll.a /${{ matrix.path }}/lib/libpython311.dll.a
390390

391391
- name: Test examples
392392
shell: msys2 {0}
@@ -405,9 +405,9 @@ jobs:
405405
PYODIDE_VERSION=0.21.0
406406
407407
cd emscripten
408-
npm i [email protected] prettier
408+
409409
cd node_modules/pyodide/
410-
node ../prettier/bin-prettier.js -w pyodide.asm.js
410+
npx -y prettier -w pyodide.asm.js
411411
EMSCRIPTEN_VERSION=$(node -p "require('./repodata.json').info.platform.split('_').slice(1).join('.')")
412412
PYTHON_VERSION=3.10
413413

0 commit comments

Comments
 (0)