This commit is contained in:
parent
0d222eea9b
commit
d9b85940ac
1 changed files with 1 additions and 2 deletions
|
@ -10,12 +10,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
pkgver: 8.1.1
|
pkgver: 8.1.1
|
||||||
buildno: 39
|
buildno: 39
|
||||||
build_deps: git make g++ bzip2 sudo patch python curl lsb-release
|
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y $build_deps
|
apt-get install -y git make g++ bzip2 sudo patch python 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue