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 2e5df9b commit a4bd7f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,15 @@ jobs:
- name: Update cached files timestamp to future
run: |
find ./build/esp-idf/ -type f -name "*" -exec touch -d '+1 hour' {} +
- name: Install faketime
run: sudo apt-get install -y faketime
- name: Set new time
run: |
sudo date --set='+2 hour'
- 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: |
whereis faketime
~/.local/bin/faketime -f '+2h' idf.py build
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a4bd7f7

Please sign in to comment.