Skip to content

Commit

Permalink
Update esp-idf-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4vijay committed Feb 6, 2024
1 parent 0ca5165 commit 9f6a2f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/esp-idf-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: push
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -14,13 +15,12 @@ jobs:
with:
esp_idf_version: v4.4.6
target: esp32s3
path: esp32

- name: Build firmware
working-directory: esp32
- name: List all files
if: always()
continue-on-error: true
run: |
idf.py build
- run: |
set -x
pwd
ls -all
Expand Down

0 comments on commit 9f6a2f9

Please sign in to comment.