Skip to content

Commit 11ff8bf

Browse files
Copilotkraenhansen
andcommitted
Fix weak-node-api verification count from 4 to 7
Co-authored-by: kraenhansen <1243959+kraenhansen@users.noreply.github.com>
1 parent 96c5312 commit 11ff8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ jobs:
305305
diff expected-lipo-output.txt lipo-output.txt
306306
# Verify weak-node-api linking
307307
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"
308+
if [ "$WEAK_NODE_API_COUNT" -ne 7 ]; then
309+
echo "Expected 7 occurrences of @rpath/weak-node-api.framework/weak-node-api, found $WEAK_NODE_API_COUNT"
310310
cat otool-output.txt
311311
exit 1
312312
fi

0 commit comments

Comments
 (0)