Remove cache step
All checks were successful
PlatformIO CI / build (push) Successful in 52s

This commit is contained in:
2024-04-10 21:25:51 +10:00
parent 4a1f7a85c8
commit 67908aa6e6

View File

@@ -9,12 +9,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.12' python-version: '3.12'