Skip to content

Commit

Permalink
CI: disable clang build for chibios as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and peterbarker committed Sep 4, 2021
1 parent 575c608 commit 8d5a0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
]
toolchain: [
chibios, # GCC-6
chibios-clang,
#chibios-clang,
]
gcc: [6, 10]
exclude:
Expand Down

0 comments on commit 8d5a0d8

Please sign in to comment.