From 8d5a0d8a6a06ac13cad47ca4865cb72b423d7d17 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Wed, 1 Sep 2021 17:11:45 +0200 Subject: [PATCH] CI: disable clang build for chibios as broken --- .github/workflows/test_chibios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_chibios.yml b/.github/workflows/test_chibios.yml index d22b78defd..6681daf8f5 100644 --- a/.github/workflows/test_chibios.yml +++ b/.github/workflows/test_chibios.yml @@ -28,7 +28,7 @@ jobs: ] toolchain: [ chibios, # GCC-6 - chibios-clang, + #chibios-clang, ] gcc: [6, 10] exclude: