Skip to content

Commit

Permalink
Update build_esp32.yml
Browse files Browse the repository at this point in the history
Try to fix build problem by building on the espressif idf 4.4 container directly.
  • Loading branch information
mocleiri authored Jan 26, 2025
1 parent 7a2e71d commit e95c9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
tensorflow_micropython_esp32_build:
runs-on: ubuntu-latest
runs-on: espressif/idf:release-v4.4

steps:
- name: Checkout repository
Expand Down

0 comments on commit e95c9af

Please sign in to comment.