appveyor: fix permissions
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
29afbe82d2
commit
ac3dd1bed9
1 changed files with 4 additions and 3 deletions
|
@ -24,9 +24,10 @@ environment:
|
|||
|
||||
build_script:
|
||||
- sh: |
|
||||
ls -l /lib64
|
||||
ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
||||
chown -R node:node /appveyor/projects
|
||||
ls -l /lib
|
||||
ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2
|
||||
chmod -R 777 /appveyor/projects
|
||||
ldd ./7zas
|
||||
npm install
|
||||
npm list --all
|
||||
|
||||
|
|
Loading…
Reference in a new issue