appveyor: More fixes
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
This commit is contained in:
parent
ac3dd1bed9
commit
0dec71ac27
1 changed files with 2 additions and 1 deletions
|
@ -26,8 +26,9 @@ build_script:
|
||||||
- sh: |
|
- sh: |
|
||||||
ls -l /lib
|
ls -l /lib
|
||||||
ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2
|
ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2
|
||||||
|
chown -R node:node /appveyor/projects
|
||||||
chmod -R 777 /appveyor/projects
|
chmod -R 777 /appveyor/projects
|
||||||
ldd ./7zas
|
ldd /appveyor/projects/7zas
|
||||||
npm install
|
npm install
|
||||||
npm list --all
|
npm list --all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue