mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Add Node executable to Path
This commit is contained in:
parent
df5d626872
commit
04d2cb4c9a
6
.github/workflows/build-user-config.yml
vendored
6
.github/workflows/build-user-config.yml
vendored
|
|
@ -36,10 +36,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: apt-get update
|
run: apt-get update
|
||||||
- run: apt-get -y install python3-pip jq curl
|
- run: apt-get -y install python3-pip jq
|
||||||
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
- run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
||||||
- run: nvm install 20
|
|
||||||
- run: node -v
|
|
||||||
|
|
||||||
- name: Install yaml2json
|
- name: Install yaml2json
|
||||||
run: python3 -m pip install remarshal
|
run: python3 -m pip install remarshal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue