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 b96fabf commit 4895042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
key: espidf-5.3-last-buildfiles
- name: Update cached files timestamp to future
run: |
find ./build/esp-idf/ -type f -name "*" -exec touch -d '+2 minute' {} +
find ./build/esp-idf/ -type f -name "*" -exec touch -d '+1 hour' {} +
date --set='+2 hour'
- name: Build with esp-idf for target esp32
uses: espressif/esp-idf-ci-action@v1.1.0
with:
Expand Down

0 comments on commit 4895042

Please sign in to comment.