Skip to content

Commit e95c9af

Browse files
authored
Update build_esp32.yml
Try to fix build problem by building on the espressif idf 4.4 container directly.
1 parent 7a2e71d commit e95c9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_esp32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
tensorflow_micropython_esp32_build:
15-
runs-on: ubuntu-latest
15+
runs-on: espressif/idf:release-v4.4
1616

1717
steps:
1818
- name: Checkout repository

0 commit comments

Comments
 (0)