This commit is contained in:
parent
3bb039e9c2
commit
8089a1aa73
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
|
cat /etc/os-release
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y git make g++ bzip2 sudo patch python curl lsb-release
|
apt-get install -y git make g++ bzip2 sudo patch python3 python-is-python3 curl lsb-release
|
||||||
curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
npm install -g pkg grunt grunt-cli
|
npm install -g pkg grunt grunt-cli
|
||||||
cat /etc/os-release
|
|
||||||
- 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