Skip to content

Commit

Permalink
fix: again
Browse files Browse the repository at this point in the history
  • Loading branch information
riozebratubo committed Sep 9, 2024
1 parent f3d9454 commit 116036c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,23 @@ jobs:
path: |
build/esp-idf/*
key: espidf-5.3-last-buildfiles
- name: Update cached files timestamp to future
run: |
find ./build/esp-idf/ -type f -name "*" -exec touch {} +
- name: Build with esp-idf for target esp32
uses: espressif/esp-idf-ci-action@v1.1.0
with:
esp_idf_version: v5.3
target: esp32
path: '/'
command: |
find /opt/esp/idf/ -type f -name "*" -exec touch -d "-2 hour" {} +
find ./build/esp-idf/ -type f -name "*" -exec touch {} +
idf.py build
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: |
build/*.bin
build/bootloader/bootloader.bin
build/partition_table/partition-table.bin
build/${{ github.event.repository.name }}.bin
- name: Save cached esp-idf sdk build files
id: cache-espidf-save
uses: actions/cache/save@v4
Expand Down

0 comments on commit 116036c

Please sign in to comment.