Closed rgl closed 4 years ago
Resolved in the latest release, please update.
Thank you!
I'm now worried that my platformio project is not locking/fixing its dependencies, as it automatically installed this new version, going to look into fixing that :-)
What kind of issue is this?
NB I'm sorry, but I have to ask a question here, because I never receive the email sent by https://community.platformio.org/ while trying to logging in with GitHub.
Configuration
Operating system: Ubuntu 18.04
PlatformIO Version (
platformio --version
):PlatformIO, version 4.3.4
Description of problem
mklittlefs not found when running inside a github actions workflow:
https://github.com/rgl/wemos-d1-mini-esp8266-ds3231-rtc-module/runs/908155922?check_suite_focus=true#step:11:56
there is something odd happening because it tries to install the tool-mkspiffs package instead of installing the tool-mklittlefs one.
it works fine locally in my machine, but for some reason it does not work when running in a GitHub action. do you have any idea why?
Steps to Reproduce
Actual Results
Expected Results
I expected it to create littlefs.bin file.
If problems with PlatformIO Build System:
The content of
platformio.ini
:See it at https://github.com/rgl/wemos-d1-mini-esp8266-ds3231-rtc-module/blob/add-web-ui/platformio.ini