Skip to content

Commit

Permalink
fix: trying another strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
riozebratubo committed Sep 9, 2024
1 parent 4895042 commit a1de616
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
- name: Update cached files timestamp to future
run: |
find ./build/esp-idf/ -type f -name "*" -exec touch -d '+1 hour' {} +
date --set='+2 hour'
- name: Install faketime
run: sudo apt-get install -y faketime
- 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: |
faketime -f '+2h' idf.py build
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a1de616

Please sign in to comment.