From 2bbb890fb933e2f0d02d7f927de05c1d3fcf7fcd Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Fri, 4 Oct 2024 22:51:10 +0100 Subject: [PATCH] tweak caching of build --- .github/workflows/wled-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: