From 88db4c4f3579a348f182800e432a59f0a03b1513 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 14 Aug 2023 21:27:26 +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 5aae1fd8..b06011b2 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('platformio.ini') }} + key: ${{ runner.os }}-${{ environment}}-${{ hashFiles('platformio.ini') }} - name: Set up Python uses: actions/setup-python@v4 with: