Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfaruk-aran authored Dec 28, 2024
1 parent 9f65145 commit 1186390
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install ESP-IDF v5.3.2
run: |
git clone -b v5.3.2 --recursive https://github.com/espressif/esp-idf.git esp-idf-v5.3.2
export IDF_PATH=$PWD/esp-idf-v5.3.2
./esp-idf-v5.3.2/install.sh
. ./esp-idf-v5.3.2/export.sh
- uses: esphome/[email protected]
id: esphome-build
with:
Expand Down

0 comments on commit 1186390

Please sign in to comment.