Removed cache

This commit is contained in:
2025-10-22 14:19:50 +02:00
parent 8e22bff38e
commit 53cc3b6d15

View File

@@ -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'