This commit is contained in:
parent
0e47717dc5
commit
29afbe82d2
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ environment:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- sh: |
|
- sh: |
|
||||||
|
ls -l /lib64
|
||||||
ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
||||||
chown -R node:node /appveyor/projects
|
chown -R node:node /appveyor/projects
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in a new issue