From 7e35395cd8f32ecc39a980e539306cf8c744cde8 Mon Sep 17 00:00:00 2001 From: Shankari02 Date: Wed, 20 Nov 2024 00:38:48 +0530 Subject: [PATCH] Revert "Update test-build-app.yml" This reverts commit 1e150a77a2ac26ff187a764009f5d69d05adf9ea. --- .github/workflows/test-build-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build-app.yml b/.github/workflows/test-build-app.yml index 167c269..566d620 100644 --- a/.github/workflows/test-build-app.yml +++ b/.github/workflows/test-build-app.yml @@ -6,7 +6,7 @@ jobs: name: Test Build of Wall-E runs-on: ubuntu-latest container: - image: espressif/idf:release-v5.1.5 + image: espressif/idf:release-v5.1 strategy: matrix: test-apps: [1_led_blink, 2_LSA, 3_MPU, 4_switch_controlled_motor_normal, 5_PWM, 6_line_following, 7_self_balancing] @@ -28,4 +28,4 @@ jobs: run: | . $IDF_PATH/export.sh cd ${{ matrix.test-apps }} - idf.py build + idf.py build \ No newline at end of file