appveyor: Final fixes fixed
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
0dec71ac27
commit
ba1f763e90
1 changed files with 0 additions and 2 deletions
|
@ -24,11 +24,9 @@ environment:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- sh: |
|
- sh: |
|
||||||
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
|
chown -R node:node /appveyor/projects
|
||||||
chmod -R 777 /appveyor/projects
|
chmod -R 777 /appveyor/projects
|
||||||
ldd /appveyor/projects/7zas
|
|
||||||
npm install
|
npm install
|
||||||
npm list --all
|
npm list --all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue