From d6ba7d441f681983e217e6a7b8079ae95118275e Mon Sep 17 00:00:00 2001 From: Teodor-Bogdan Barbieru Date: Tue, 1 Feb 2022 21:49:12 +0200 Subject: [PATCH] remove thealgorithms/c tests - tests depend on CMSIS-DSP which targets Cortex-M and Cortex-A Arm_math.h - this is available only for armv6 upwards - source: https://developer.arm.com/tools-and-software/embedded/cmsis (DSP) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce2aa3d..8998805 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -367,7 +367,7 @@ jobs: ninja_arg: "", openssl: "yes", openssl_arg: "linux-x86", - C: "yes", + C: "no", C_arg: "", C-Plus-Plus: "yes", C-Plus-Plus_arg: "",