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 75788eb commit 61fa4aeCopy full SHA for 61fa4ae
1 file changed
.github/workflows/build.yml
@@ -68,11 +68,11 @@ jobs:
68
# Allow variance of a small threshold of the expected value.
69
# Fail even if it's smaller than anticipated so that the expected window can be shrunk in this file.
70
if ($IsLinux) {
71
- $ExpectedSize = 8.01
+ $ExpectedSize = 7.03
72
} elseif ($IsMacOS) {
73
- $ExpectedSize = 7.87
+ $ExpectedSize = 6.43
74
} else {
75
- $ExpectedSize = 6.79
+ $ExpectedSize = 6.83
76
}
77
$AllowedVariance = 0.2
78
$SizeCheckPassed = [math]::Abs($ActualSize - $ExpectedSize) -le $AllowedVariance
0 commit comments