Browse Source

CI: disable clang build for chibios as broken

gps-1.3.1
Pierre Kancir 3 years ago committed by Peter Barker
parent
commit
8d5a0d8a6a
  1. 2
      .github/workflows/test_chibios.yml

2
.github/workflows/test_chibios.yml

@ -28,7 +28,7 @@ jobs:
] ]
toolchain: [ toolchain: [
chibios, # GCC-6 chibios, # GCC-6
chibios-clang, #chibios-clang,
] ]
gcc: [6, 10] gcc: [6, 10]
exclude: exclude:

Loading…
Cancel
Save