We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f323bd commit 9fbfe85Copy full SHA for 9fbfe85
.github/workflows/macOS.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/cache@v4
33
with:
34
path: lib/esp-idf
35
- key: ${{ runner.os }}-v2-deps
+ key: ${{ runner.os }}-v3-deps
36
37
- name: Get Build Deps
38
if: steps.cache-deps.outputs.cache-hit != 'true'
.github/workflows/unix.yml
@@ -36,7 +36,7 @@ jobs:
39
40
41
42
0 commit comments