From 430e8267cd032ffcdddb4c7c9578c06c718b82a1 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 30 Aug 2021 07:10:36 +0200 Subject: [PATCH] Fix build fail N3 --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afa0d03..604c4c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -552,9 +552,9 @@ jobs: openssl_arg: "mingw no-asm", C: "no", C_arg: "", - C-Plus-Plus: "yes", + C-Plus-Plus: "no", C-Plus-Plus_arg: "", - fmt: "yes", + fmt: "no", fmt_arg: "" } # Windows arm images @@ -629,9 +629,9 @@ jobs: openssl_arg: "linux-aarch64", C: "no", C_arg: "", - C-Plus-Plus: "yes", + C-Plus-Plus: "no", C-Plus-Plus_arg: "", - fmt: "yes", + fmt: "no", fmt_arg: "" } # web-wasm images @@ -647,7 +647,7 @@ jobs: C_arg: "", C-Plus-Plus: "no", C-Plus-Plus_arg: "", - fmt: "yes", + fmt: "no", fmt_arg: "" } steps: