We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d4485 commit aa4a940Copy full SHA for aa4a940
.github/workflows/compile_library.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
path: ~/.platformio
37
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
38
+ restore-keys: ${{ runner.os }}-
39
- name: Set up Python
40
uses: actions/setup-python@v2
41
- name: Install PlatformIO
0 commit comments