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

This commit is contained in:
2025-07-14 13:13:12 -05:00
parent 07aed63dc8
commit 82b94e08b6

View File

@@ -22,7 +22,7 @@ jobs:
python3 -m pip install --break-system-package --user qmk python3 -m pip install --break-system-package --user qmk
python3 -m pip install --break-system-package -r /workspace/dave/dgvigil-keebs/qmk_firmware/requirements.txt python3 -m pip install --break-system-package -r /workspace/dave/dgvigil-keebs/qmk_firmware/requirements.txt
pip show --files qmk pip show --files qmk
qmk setup -y /root/.local/bin/qmk setup -y
cd /workspace/dave/dgvigil-keebs/qmk_firmware/ cd /workspace/dave/dgvigil-keebs/qmk_firmware/
make git-submodules make git-submodules
- name: Prep - name: Prep