Skip to content

Commit 02344c2

Browse files
committed
dont build stm32 blink with elf
1 parent 843c597 commit 02344c2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-stm32-elf.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
example: [stm32-blink, stm32-lvgl]
18+
example: [stm32-lvgl]
1919

2020
steps:
2121
- name: Checkout repo
@@ -39,6 +39,4 @@ jobs:
3939
./fetch-dependencies.sh
4040
fi
4141
42-
if [[ -f Makefile ]]; then
43-
make
44-
fi
42+
make

0 commit comments

Comments
 (0)