This commit is contained in:
parent
17f12cc751
commit
2566f68d23
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y python git sudo nodejs patch npm
|
apt-get install -y python git sudo nodejs patch npm
|
||||||
|
whereis nodejs
|
||||||
|
ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
- name: Getting patches
|
- name: Getting patches
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Cloning document server source
|
- name: Cloning document server source
|
||||||
|
|
Loading…
Add table
Reference in a new issue