mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
CI: allow failure when attempting to rm native binary
This commit is contained in:
parent
ef32dccb83
commit
68ef72cb61
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -185,7 +185,7 @@ jobs:
|
|||||||
emmake npm run package-from-local-build
|
emmake npm run package-from-local-build
|
||||||
npm pkg set "optionalDependencies.@img/sharp-wasm32=file:./npm/wasm32"
|
npm pkg set "optionalDependencies.@img/sharp-wasm32=file:./npm/wasm32"
|
||||||
npm run clean
|
npm run clean
|
||||||
rm -r node_modules/@img/sharp-linux-x64
|
rm -rf node_modules/@img/sharp-linux-x64
|
||||||
npm install --cpu=wasm32
|
npm install --cpu=wasm32
|
||||||
npm test
|
npm test
|
||||||
- name: Prebuild
|
- name: Prebuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user