mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Added Node Dependency because of: https://github.com/nektos/act/issues/973
This commit is contained in:
parent
544cdc6ad7
commit
34d0d54b6e
6
.github/workflows/build-user-config.yml
vendored
6
.github/workflows/build-user-config.yml
vendored
|
|
@ -34,9 +34,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Python
|
||||
- name: Install Dependencies
|
||||
run: apt-get update
|
||||
- run: apt-get -y install python3-pip jq
|
||||
- run: apt-get -y install python3-pip jq curl
|
||||
- run: curl -fsSL https://deb.nodesource.com/setup_20.x | -E bash -
|
||||
- run: apt-get install -y nodejs
|
||||
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
|
|
|
|||
Loading…
Reference in a new issue