Closed zjwhitehead closed 3 years ago
hmm! can you submit a PR? we'll try it out :)
Stopgap fix: https://github.com/adafruit/Adafruit_Learning_System_Guides/pull/1474 for now. We should update the whole clang-format
checker.
this was fixed i guess cause it works now!
Currently the actions_install.sh script fails due to unmet llvm requirements in Ubuntu 20.04
The
example_actions.yml
as well as many other libraries specifiesruns-on: ubuntu-latest
Github indicates the transition to 20.04 for ubuntu-latest is already happening which means more builds will start breaking soon.
Potential fix
changing in
actions_install.sh
to uselibllvm8=1:8.0.1-9 -V
seems to work but needs further testing. Also its not backwards compatible with 18.04 so further work will be required to update the script to handle both versions.Bonus: For now pinning the example config to
ubuntu-18.04
is probably worth it...