From 741fa0a81ec13c0931a97e6456dc94619f784a6d Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 14 Aug 2023 20:55:24 +0100 Subject: [PATCH] Change cache key --- .github/workflows/wled-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index 59661ff8..4a18aa74 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -50,7 +50,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.platformio - key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} + key: ${{ runner.os }}-${{ hashFiles('platform.ini') }} - name: Set up Python uses: actions/setup-python@v4 with: