[chore} Working on gitea actions
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 21s

This commit is contained in:
2025-01-21 14:26:28 -06:00
parent d7d125bada
commit b3afd32093
11 changed files with 300 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ jobs:
submodules: 'true'
- name: Setup
run: |
python3 -m pip install --user qmk
python3 -m pip install -r /home/runner/work/dgvigil-keebs/dgvigil-keebs/qmk_firmware/requirements.txt
python3 -m pip install --break-system-package --user qmk
python3 -m pip install --break-system-package -r /home/runner/work/dgvigil-keebs/dgvigil-keebs/qmk_firmware/requirements.txt
qmk setup -y
cd /home/runner/work/dgvigil-keebs/dgvigil-keebs/qmk_firmware/
make git-submodules