mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Added jq Dependency
This commit is contained in:
parent
0b13ebfc6b
commit
544cdc6ad7
2
.github/workflows/build-user-config.yml
vendored
2
.github/workflows/build-user-config.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
run: apt-get update
|
run: apt-get update
|
||||||
- run: apt-get -y install python3-pip
|
- run: apt-get -y install python3-pip jq
|
||||||
|
|
||||||
- name: Install yaml2json
|
- name: Install yaml2json
|
||||||
run: python3 -m pip install remarshal
|
run: python3 -m pip install remarshal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue