mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 01:52:48 +00:00
don't cache platformio for now
This commit is contained in:
parent
218d841511
commit
1f2dc82035
13
.github/actions/initbuild/action.yml
vendored
13
.github/actions/initbuild/action.yml
vendored
@ -24,12 +24,13 @@ runs:
|
|||||||
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
|
# Don't cache for now because I want to be lazy with portuino updates githashes
|
||||||
uses: actions/cache@v1
|
# - name: Cache platformio
|
||||||
id: cache-platformio # needed in if test
|
# uses: actions/cache@v1
|
||||||
with:
|
# id: cache-platformio # needed in if test
|
||||||
path: ~/.platformio
|
# with:
|
||||||
key: ${{ runner.os }}-platformio
|
# path: ~/.platformio
|
||||||
|
# key: ${{ runner.os }}-platformio
|
||||||
|
|
||||||
- name: Upgrade platformio
|
- name: Upgrade platformio
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user