Skip to content

Commit

Permalink
CI: fix cross-build?
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Feb 19, 2024
1 parent ab40c56 commit 6d34623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
--with-system-libmpdec \
--without-ensurepip \
--enable-loadable-sqlite-extensions \
--with-build-python=python3.11
--with-build-python=yes
make -j8
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
apt-get install -qqy software-properties-common
add-apt-repository --yes ppa:deadsnakes/ppa
apt-get update -qq
apt-get install -qqy autoconf-archive python3.11-dev python3.11
apt-get install -qqy autoconf-archive python3.12-dev python3.12
- name: Build
run: |
Expand All @@ -254,7 +254,7 @@ jobs:
--without-ensurepip \
--without-c-locale-coercion \
--enable-loadable-sqlite-extensions \
--with-build-python=python3.11
--with-build-python=yes
make -j8
Expand Down

0 comments on commit 6d34623

Please sign in to comment.