diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index cab558c9b5..3d6397f4d5 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -262,7 +262,7 @@ jobs: output=$(ls -la ${elf}) arr=($output) size=${arr[4]} - threshold="102400" # 100KiB + threshold="103068" # ~100KiB echo "size: $size, threshold: $threshold" if [[ "$size" -le "$threshold" ]]; then echo "Success $size <= $threshold"