Update .github/workflows/lint_and_compile.yml
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 5m17s

This commit is contained in:
2025-07-14 16:12:17 -05:00
parent 5c761b3094
commit 9dfc107f47

View File

@@ -7,7 +7,7 @@ jobs:
image: ubuntu
steps:
- name: Install packages
run: apt-get update && apt-get install -y nodejs git python3 python3-pip rsync
run: apt-get update && apt-get install -y nodejs git python3 python3-pip rsync gcc-arm-none-eabi
- name: Check out repository code
uses: actions/checkout@v4
- name: Clone supercharge docs repository