Skip to content

Commit c7f42e4

Browse files
committed
ci: fix mingw issues
1 parent 32d2e84 commit c7f42e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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}

0 commit comments

Comments
 (0)