From 7a7a8f8bed461a3f7bc4b23ded03eb18ca8e5ad9 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 14 Aug 2023 21:35:33 +0100 Subject: [PATCH] Change cache key to use environment --- .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 b06011b2..84576613 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 }}-${{ environment}}-${{ hashFiles('platformio.ini') }} + key: ${{ runner.os }}-${{ matrix.environment}}-${{ hashFiles('platformio.ini') }} - name: Set up Python uses: actions/setup-python@v4 with: