Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k authored Dec 2, 2024
1 parent 3980f9a commit d014769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
make clean
make ARCH=avr SDL_EMULATION=n
- name: Cache ESP32 build system modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-esp32-modules
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: |
~/esp
~/.espressif
key: ${{ runner.os }}-build-${{ env.cache-name }}
key: ${{ runner.os }}-lcd_gfx

- name: Install ESP32 SDK
run: |
Expand Down

0 comments on commit d014769

Please sign in to comment.