disable platformio caching for now

1.2-legacy
Kevin Hester 2021-05-03 15:46:13 +08:00
rodzic b56c5df6e1
commit 3bc0aaabe4
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -43,12 +43,12 @@ jobs:
python -m pip install --upgrade pip
pip install -U platformio meshtastic adafruit-nrfutil
- name: Cache platformio
uses: actions/cache@v1
id: cache-platformio # needed in if test
with:
path: ~/.platformio
key: ${{ runner.os }}-platformio
# - name: Cache platformio
# uses: actions/cache@v1
# id: cache-platformio # needed in if test
# with:
# path: ~/.platformio
# key: ${{ runner.os }}-platformio
- name: Upgrade platformio
run: |