From 97e0512dc3e031d8771efaaab8073a4855e56328 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Tue, 3 Sep 2024 18:26:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9D=8C=20Redo=20workflow=20cache=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/embedded-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/embedded-build.yml b/.github/workflows/embedded-build.yml index 2bc6677..c052b5e 100644 --- a/.github/workflows/embedded-build.yml +++ b/.github/workflows/embedded-build.yml @@ -23,10 +23,8 @@ jobs: with: path: | ~/.cache/pip - ~/.pio - key: ${{ runner.os }}-pio-${{ hashFiles('platformio.ini') }} - restore-keys: | - ${{ runner.os }}-pio + ~/.platformio/.cache + key: ${{ runner.os }}-pio - uses: actions/setup-python@v4 with: