Skip to content

Commit bf44de8

Browse files
committed
ci: Link Windows GDB against Python 3.8
This commit updates the CI workflow to link the Windows GDB build against the Python version 3.8. This aligns the Windows GDB Python version requirement with that of the Linux and macOS GDB builds. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent f250c9c commit bf44de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ jobs:
572572
git clone \
573573
https://github.com/stephanosio/mingw-w64-libpython.git \
574574
${WORKSPACE}/mingw-w64-libpython
575-
# Use Python 3.6.8
576-
export LIBPYTHON_KIT_ROOT=${WORKSPACE}/mingw-w64-libpython/python-3.6.8
575+
# Use Python 3.8.3
576+
export LIBPYTHON_KIT_ROOT=${WORKSPACE}/mingw-w64-libpython/python-3.8.3
577577
# Set Python configuration resolver for GDB
578578
cat <<EOF >> .config
579579
CT_GDB_CROSS_PYTHON=y

0 commit comments

Comments
 (0)