mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 15:12:02 +00:00
Install any missing cli deps
This commit is contained in:
parent
4a47068503
commit
57b14f647a
4
.github/workflows/qmk_keymap.yml
vendored
4
.github/workflows/qmk_keymap.yml
vendored
@ -60,6 +60,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: users/${{ github.actor }}
|
path: users/${{ github.actor }}
|
||||||
|
|
||||||
|
- name: Install missing dependencies
|
||||||
|
run: pip3 install -r requirements.txt
|
||||||
|
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
run: qmk compile -j=4 "users/${{ github.actor }}/${{ matrix.file }}"
|
run: qmk compile -j=4 "users/${{ github.actor }}/${{ matrix.file }}"
|
||||||
|
|
||||||
@ -86,6 +89,7 @@ jobs:
|
|||||||
repo_token: "${{ github.token }}"
|
repo_token: "${{ github.token }}"
|
||||||
automatic_release_tag: "latest"
|
automatic_release_tag: "latest"
|
||||||
title: "Latest Firmware"
|
title: "Latest Firmware"
|
||||||
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
**/*.hex
|
**/*.hex
|
||||||
**/*.bin
|
**/*.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user