We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c5312 commit 11ff8bfCopy full SHA for 11ff8bf
.github/workflows/check.yml
@@ -305,8 +305,8 @@ jobs:
305
diff expected-lipo-output.txt lipo-output.txt
306
# Verify weak-node-api linking
307
WEAK_NODE_API_COUNT=$(grep -c "@rpath/weak-node-api.framework/weak-node-api" otool-output.txt)
308
- if [ "$WEAK_NODE_API_COUNT" -ne 4 ]; then
309
- echo "Expected 4 occurrences of @rpath/weak-node-api.framework/weak-node-api, found $WEAK_NODE_API_COUNT"
+ if [ "$WEAK_NODE_API_COUNT" -ne 7 ]; then
+ echo "Expected 7 occurrences of @rpath/weak-node-api.framework/weak-node-api, found $WEAK_NODE_API_COUNT"
310
cat otool-output.txt
311
exit 1
312
fi
0 commit comments