Skip to content

Commit cf49a99

Browse files
committed
fix github action error
Signed-off-by: Peter Siegmund <[email protected]>
1 parent 9d6dad6 commit cf49a99

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/esp32_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
idf_ver: [release-v5.3, release-v5.4]
18+
idf_ver: [release-v5.3, release-v5.4, latest]
1919
idf_target: [esp32, esp32s3, esp32c3, esp32c5, esp32h2]
2020

2121
runs-on: ubuntu-latest

main/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
idf_component_register(SRCS "main.c" "osr_ble.c"
22
INCLUDE_DIRS "."
33
PRIV_REQUIRES
4-
nvs_flash)
4+
nvs_flash
5+
spi_flash
6+
)

0 commit comments

Comments
 (0)