mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +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:
|
||||
path: users/${{ github.actor }}
|
||||
|
||||
- name: Install missing dependencies
|
||||
run: pip3 install -r requirements.txt
|
||||
|
||||
- name: Build firmware
|
||||
run: qmk compile -j=4 "users/${{ github.actor }}/${{ matrix.file }}"
|
||||
|
||||
@ -86,6 +89,7 @@ jobs:
|
||||
repo_token: "${{ github.token }}"
|
||||
automatic_release_tag: "latest"
|
||||
title: "Latest Firmware"
|
||||
prerelease: false
|
||||
files: |
|
||||
**/*.hex
|
||||
**/*.bin
|
||||
|
Loading…
Reference in New Issue
Block a user