Skip to content

Commit

Permalink
CI: allow failure when attempting to rm native binary
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Nov 22, 2023
1 parent ef32dcc commit 68ef72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
emmake npm run package-from-local-build
npm pkg set "optionalDependencies.@img/sharp-wasm32=file:./npm/wasm32"
npm run clean
rm -r node_modules/@img/sharp-linux-x64
rm -rf node_modules/@img/sharp-linux-x64
npm install --cpu=wasm32
npm test
- name: Prebuild
Expand Down

0 comments on commit 68ef72c

Please sign in to comment.