Fixing git workflow build
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 2s
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 2s
This commit is contained in:
11
.github/workflows/lint_and_compile.yml
vendored
11
.github/workflows/lint_and_compile.yml
vendored
@@ -6,18 +6,9 @@ jobs:
|
||||
container:
|
||||
image: qmkfm/qmk_cli
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: apt-get update && apt-get install -y nodejs git python3 python3-pip rsync gcc-arm-none-eabi
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Clone supercharge docs repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Homelab/qmk_firmware
|
||||
path: qmk_firmware
|
||||
ref: master
|
||||
- name: Prep
|
||||
run: |
|
||||
pwd
|
||||
cd /workspace/dave/dgvigil-keebs/
|
||||
rsync -avP $(pwd)/dgvigil/ qmk_firmware/users/dgvigil/
|
||||
rsync -avP $(pwd)/draculad/ qmk_firmware/keyboards/draculad/keymaps/dgvigil/
|
||||
|
||||
Reference in New Issue
Block a user