Skip to content

Commit abcf362

Browse files
authored
ci: add library STM32duino FreeRTOS
1 parent a1f708d commit abcf362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
uses: stm32duino/actions/compile-examples@main
5353
with:
5454
board-pattern: "DISCO_F746NG|NUCLEO_F429ZI|NUCLEO_F767ZI"
55-
libraries: "STM32duino LwIP"
55+
libraries: "STM32duino LwIP, STM32duino FreeRTOS"
5656

5757
# Use the output from the `Compile` step
5858
- name: Compilation Errors
5959
if: failure()
6060
run: |
6161
cat ${{ steps.Compile.outputs.compile-result }}
62-
exit 1
62+
exit 1

0 commit comments

Comments
 (0)