actions: show pkg version
All checks were successful
/ build-and-publish (push) Successful in 2h26m24s
All checks were successful
/ build-and-publish (push) Successful in 2h26m24s
This commit is contained in:
parent
de0469bd6d
commit
2ebc1fb259
1 changed files with 1 additions and 1 deletions
|
@ -37,9 +37,9 @@ jobs:
|
||||||
export PATH=$PATH:/usr/local/bin
|
export PATH=$PATH:/usr/local/bin
|
||||||
node -v
|
node -v
|
||||||
npm -v
|
npm -v
|
||||||
|
pkg -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
|
|
||||||
|
|
||||||
- name: Add Custom Files
|
- name: Add Custom Files
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue