[chore} Working on gitea actions
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 21s
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 21s
This commit is contained in:
4
.github/workflows/lint_and_compile.yml
vendored
4
.github/workflows/lint_and_compile.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user