Skip to content

Commit 68ef72c

Browse files
committedNov 22, 2023
CI: allow failure when attempting to rm native binary
1 parent ef32dcc commit 68ef72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
emmake npm run package-from-local-build
186186
npm pkg set "optionalDependencies.@img/sharp-wasm32=file:./npm/wasm32"
187187
npm run clean
188-
rm -r node_modules/@img/sharp-linux-x64
188+
rm -rf node_modules/@img/sharp-linux-x64
189189
npm install --cpu=wasm32
190190
npm test
191191
- name: Prebuild

0 commit comments

Comments
 (0)
Please sign in to comment.