Skip to content

Commit 6d34623

Browse files
committed
CI: fix cross-build?
1 parent ab40c56 commit 6d34623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mingw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
--with-system-libmpdec \
187187
--without-ensurepip \
188188
--enable-loadable-sqlite-extensions \
189-
--with-build-python=python3.11
189+
--with-build-python=yes
190190
191191
make -j8
192192
@@ -234,7 +234,7 @@ jobs:
234234
apt-get install -qqy software-properties-common
235235
add-apt-repository --yes ppa:deadsnakes/ppa
236236
apt-get update -qq
237-
apt-get install -qqy autoconf-archive python3.11-dev python3.11
237+
apt-get install -qqy autoconf-archive python3.12-dev python3.12
238238
239239
- name: Build
240240
run: |
@@ -254,7 +254,7 @@ jobs:
254254
--without-ensurepip \
255255
--without-c-locale-coercion \
256256
--enable-loadable-sqlite-extensions \
257-
--with-build-python=python3.11
257+
--with-build-python=yes
258258
259259
make -j8
260260

0 commit comments

Comments
 (0)