This commit is contained in:
parent
df5d626872
commit
04d2cb4c9a
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build-user-config.yml
vendored
6
.github/workflows/build-user-config.yml
vendored
|
@ -36,10 +36,8 @@ jobs:
|
|||
|
||||
- name: Install Dependencies
|
||||
run: apt-get update
|
||||
- run: apt-get -y install python3-pip jq curl
|
||||
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||
- run: nvm install 20
|
||||
- run: node -v
|
||||
- run: apt-get -y install python3-pip jq
|
||||
- run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
||||
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
|
|
Loading…
Add table
Reference in a new issue