Skip to content

Commit 9854b20

Browse files
ci: raise max binary size (#5181)
1 parent e8e1d3a commit 9854b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-size.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#/bin/env bash
22

3-
MAX_BINARY_SIZE=53000000
3+
MAX_BINARY_SIZE=60000000
44

55
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66

0 commit comments

Comments
 (0)