sforkowany z mirror/meshtastic-firmware
disable platformio caching for now
rodzic
b56c5df6e1
commit
3bc0aaabe4
|
@ -43,12 +43,12 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -U platformio meshtastic adafruit-nrfutil
|
pip install -U platformio meshtastic adafruit-nrfutil
|
||||||
|
|
||||||
- name: Cache platformio
|
# - name: Cache platformio
|
||||||
uses: actions/cache@v1
|
# uses: actions/cache@v1
|
||||||
id: cache-platformio # needed in if test
|
# id: cache-platformio # needed in if test
|
||||||
with:
|
# with:
|
||||||
path: ~/.platformio
|
# path: ~/.platformio
|
||||||
key: ${{ runner.os }}-platformio
|
# key: ${{ runner.os }}-platformio
|
||||||
|
|
||||||
- name: Upgrade platformio
|
- name: Upgrade platformio
|
||||||
run: |
|
run: |
|
||||||
|
|
Ładowanie…
Reference in New Issue