[chore] Fixing Gitea actions
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 31s

This commit is contained in:
2025-01-21 15:11:05 -06:00
parent fb8bca3e8f
commit c6bf4cb085

View File

@@ -14,6 +14,7 @@ jobs:
ref: master ref: master
- name: Setup - name: Setup
run: | run: |
pwd
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 /home/runner/work/dgvigil-keebs/dgvigil-keebs/qmk_firmware/requirements.txt python3 -m pip install --break-system-package -r /home/runner/work/dgvigil-keebs/dgvigil-keebs/qmk_firmware/requirements.txt
qmk setup -y qmk setup -y