From 3c1e95361fa9136a31bae1f6baea9c576ebc79ed Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Thu, 7 Oct 2021 15:07:32 +0200 Subject: [PATCH] =?UTF-8?q?Update=20N=C2=B03:=20config=20python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update N°3: config python --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c7207e..7070b90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -374,7 +374,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "yes", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "", } - { @@ -391,7 +391,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "yes", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "", } - { @@ -515,7 +515,7 @@ jobs: C-Plus-Plus_arg: "", fmt: "no", fmt_arg: "", - cpython: "yes", + cpython: "no", cpython_arg: "--host=x86_64-linux-gnu --build=m68k-unknown-uclinux-uclibc", } # Linux xtensa images @@ -655,8 +655,8 @@ jobs: C-Plus-Plus_arg: "", fmt: "yes", fmt_arg: "", - cpython: "yes", - cpython_arg: "--host=x86_64-linux-gnu --build=armv7-w64-mingw32", + cpython: "no", + cpython_arg: "", } - { image: "windows-arm64", @@ -672,8 +672,8 @@ jobs: C-Plus-Plus_arg: "", fmt: "yes", fmt_arg: "", - cpython: "yes", - cpython_arg: "--host=x86_64-linux-gnu --build=aarch64-w64-mingw32", + cpython: "no", + cpython_arg: "", } # manylinux2014 images - {