From 53cc3b6d157bbc7a7bcf81a4c03f0ef7480489df Mon Sep 17 00:00:00 2001 From: Lyubomir Penev Date: Wed, 22 Oct 2025 14:19:50 +0200 Subject: [PATCH] Removed cache --- .gitea/workflows/attempt-build.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/attempt-build.yaml b/.gitea/workflows/attempt-build.yaml index b200a38..f9fbe7f 100644 --- a/.gitea/workflows/attempt-build.yaml +++ b/.gitea/workflows/attempt-build.yaml @@ -10,12 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4 - with: - path: | - ~/.cache/pip - ~/.platformio/.cache - key: ${{ runner.os }}-pio +git - uses: actions/setup-python@v5 with: python-version: '3.11'