From fc48cd91016d43f1a82d3f52428d3a42ae661d13 Mon Sep 17 00:00:00 2001 From: Dave Allie Date: Fri, 26 Dec 2025 11:13:18 +1000 Subject: [PATCH] Remove CI PIO cache --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1d91ec5..be9a6e59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,6 @@ jobs: - uses: actions/checkout@v6 with: submodules: recursive - - uses: actions/cache@v5 - with: - path: | - ~/.cache/pip - ~/.platformio/.cache - key: ${{ runner.os }}-pio - uses: actions/setup-python@v6 with: python-version: '3.14'