Skip to content

Commit

Permalink
Update test-build-app.yml
Browse files Browse the repository at this point in the history
Update idf-version
  • Loading branch information
Shankari02 authored Nov 19, 2024
1 parent 75ea4b2 commit 1e150a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Test Build of Wall-E
runs-on: ubuntu-latest
container:
image: espressif/idf:release-v5.1
image: espressif/idf:release-v5.1.5
strategy:
matrix:
test-apps: [1_led_blink, 2_LSA, 3_MPU, 4_switch_controlled_motor_normal, 5_PWM, 6_line_following, 7_self_balancing]
Expand All @@ -28,4 +28,4 @@ jobs:
run: |
. $IDF_PATH/export.sh
cd ${{ matrix.test-apps }}
idf.py build
idf.py build

0 comments on commit 1e150a7

Please sign in to comment.