mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-15 17:42:12 +00:00
Add littlefs dependancy to release flow as well (#1217)
This commit is contained in:
parent
717491752b
commit
54f062e94d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
# if: steps.cache-pip.outputs.cache-hit != 'true'
|
# if: steps.cache-pip.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
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 littlefs-python
|
||||||
|
|
||||||
- name: Upgrade platformio
|
- name: Upgrade platformio
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user