This commit is contained in:
parent
efc360528e
commit
de0469bd6d
1 changed files with 3 additions and 4 deletions
|
@ -34,13 +34,12 @@ jobs:
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
export PATH=$PATH:/usr/local/bin
|
||||||
|
node -v
|
||||||
|
npm -v
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext libncurses-dev libssl-dev python3-distutils rsync unzip zlib1g-dev file wget python3-setuptools swig
|
apt-get install -y build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext libncurses-dev libssl-dev python3-distutils rsync unzip zlib1g-dev file wget python3-setuptools swig
|
||||||
npm install -g pkg@5.8.1
|
npm install -g pkg@5.8.1
|
||||||
export NVM_DIR="/usr/local/nvm"
|
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
|
||||||
nvm install --lts
|
|
||||||
npm install -g pkg@5.8.1
|
|
||||||
|
|
||||||
- name: Add Custom Files
|
- name: Add Custom Files
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue