Fixing git workflow build
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 15s
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 15s
This commit is contained in:
2
.github/workflows/lint_and_compile.yml
vendored
2
.github/workflows/lint_and_compile.yml
vendored
@@ -6,6 +6,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user