actions: more npm stuff
Some checks failed
/ build-and-publish (push) Failing after 10s

This commit is contained in:
hayzam 2024-11-06 21:22:49 +04:00
parent a1b2786df8
commit efc360528e

View file

@ -37,6 +37,10 @@ jobs:
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: |