[chore] Fixing Gitea actions
Some checks failed
Compile my Keebs / lint-and-compile (push) Has been cancelled
Some checks failed
Compile my Keebs / lint-and-compile (push) Has been cancelled
This commit is contained in:
6
.github/workflows/lint_and_compile.yml
vendored
6
.github/workflows/lint_and_compile.yml
vendored
@@ -16,13 +16,13 @@ jobs:
|
||||
run: |
|
||||
pwd
|
||||
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 /workspace/dave/dgvigil-keebs/qmk_firmware/requirements.txt
|
||||
qmk setup -y
|
||||
cd /home/runner/work/dgvigil-keebs/dgvigil-keebs/qmk_firmware/
|
||||
cd /workspace/dave/dgvigil-keebs/qmk_firmware/
|
||||
make git-submodules
|
||||
- name: Prep
|
||||
run: |
|
||||
cd /home/runner/work/dgvigil-keebs/dgvigil-keebs/
|
||||
cd /workspace/dave/dgvigil-keebs/
|
||||
rsync -avP $(pwd)/dgvigil/ qmk_firmware/users/dgvigil/
|
||||
rsync -avP $(pwd)/draculad/ qmk_firmware/keyboards/draculad/keymaps/dgvigil/
|
||||
rsync -avP $(pwd)/iris/ qmk_firmware/keyboards/keebio/iris/keymaps/dgvigil/
|
||||
|
||||
Reference in New Issue
Block a user