Skip to content

Commit d014769

Browse files
authored
Update c-cpp.yml
1 parent 3980f9a commit d014769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
make clean
6161
make ARCH=avr SDL_EMULATION=n
6262
- name: Cache ESP32 build system modules
63-
uses: actions/cache@v2
63+
uses: actions/cache@v3
6464
env:
6565
cache-name: cache-esp32-modules
6666
with:
6767
# npm cache files are stored in `~/.npm` on Linux/macOS
6868
path: |
6969
~/esp
7070
~/.espressif
71-
key: ${{ runner.os }}-build-${{ env.cache-name }}
71+
key: ${{ runner.os }}-lcd_gfx
7272

7373
- name: Install ESP32 SDK
7474
run: |

0 commit comments

Comments
 (0)