diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index fe50e092..deed4e69 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -50,10 +50,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.platformio - key: ${{ runner.os }}-${{ matrix.environment}}-${{ hashFiles('platformio.ini') }} - restore-keys: | - ${{ runner.os }}-${{ matrix.environment}} - + key: ${{ runner.os }}-${{ matrix.environment}} - name: Set up Python uses: actions/setup-python@v5 with: