Skip to content

Commit 92af396

Browse files
authored
Update build_esp32.yml
Try to use the espressif idf 4.4 container for running the build
1 parent e95c9af commit 92af396

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_esp32.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ on:
1212

1313
jobs:
1414
tensorflow_micropython_esp32_build:
15-
runs-on: espressif/idf:release-v4.4
16-
15+
runs-on: ubuntu-latest
16+
container:
17+
image: espressif/idf:release-v4.4
1718
steps:
1819
- name: Checkout repository
1920
uses: actions/checkout@v2

0 commit comments

Comments
 (0)