switching container to qmkfm/qmk_cli
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 1m24s
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 1m24s
This commit is contained in:
12
.github/workflows/lint_and_compile.yml
vendored
12
.github/workflows/lint_and_compile.yml
vendored
@@ -4,10 +4,8 @@ jobs:
|
||||
lint-and-compile:
|
||||
runs-on: local
|
||||
container:
|
||||
image: ubuntu
|
||||
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
|
||||
@@ -16,14 +14,6 @@ jobs:
|
||||
repository: Homelab/qmk_firmware
|
||||
path: qmk_firmware
|
||||
ref: master
|
||||
- name: Setup
|
||||
run: |
|
||||
pwd
|
||||
python3 -m pip install --break-system-package qmk
|
||||
python3 -m pip install --break-system-package -r /workspace/dave/dgvigil-keebs/qmk_firmware/requirements.txt
|
||||
qmk setup -y
|
||||
cd /workspace/dave/dgvigil-keebs/qmk_firmware/
|
||||
make git-submodule
|
||||
- name: Prep
|
||||
run: |
|
||||
cd /workspace/dave/dgvigil-keebs/
|
||||
|
||||
Reference in New Issue
Block a user