From 904a1c585259c5e51b56d2fcc3b60b24f337ed1b Mon Sep 17 00:00:00 2001 From: Rune Harlyk <36825685+runeharlyk@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:36:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=95=EF=B8=8F=20Updates=20cache=20for?= =?UTF-8?q?=20embedded-build.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/embedded-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/embedded-build.yml b/.github/workflows/embedded-build.yml index c052b5e..2bc6677 100644 --- a/.github/workflows/embedded-build.yml +++ b/.github/workflows/embedded-build.yml @@ -23,8 +23,10 @@ jobs: with: path: | ~/.cache/pip - ~/.platformio/.cache - key: ${{ runner.os }}-pio + ~/.pio + key: ${{ runner.os }}-pio-${{ hashFiles('platformio.ini') }} + restore-keys: | + ${{ runner.os }}-pio - uses: actions/setup-python@v4 with: