Skip to content

Commit

Permalink
ESP32.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 authored Oct 3, 2024
1 parent bb4528f commit bbdfbee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ESP32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
~/.cache/pip/
~/micropython/
key: mpy-${{ env.LATEST_RELEASE }}
restore-keys: mpy-

# Install ESP-IDF dependencies (if not cached)
- name: Install dependencies
Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
~/.cache/pip/
~/micropython/
key: mpy-${{ env.LATEST_RELEASE }}
restore-keys: mpy-

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit bbdfbee

Please sign in to comment.