diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index 3ac09572..236c569d 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -51,6 +51,9 @@ jobs: with: path: ~/.platformio key: ${{ runner.os }}-${{ matrix.environment}}-${{ hashFiles('platformio.ini') }} + restore-keys: | + ${{ runner.os }}-${{ matrix.environment}} + - name: Set up Python uses: actions/setup-python@v4 with: