Skip to content

Commit 586c2a5

Browse files
authored
Update emscripten.yml
1 parent 225a478 commit 586c2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ jobs:
533533
emmake make -j ${{ env.ncpus }} check-cppinterop
534534
os="${{ matrix.os }}"
535535
if [[ "${os}" != macos* ]] ; then
536-
max_size=$((46 * 1024 * 1024))
537536
actual_size=$(stat -c%s "./lib/libclangCppInterOp.so")
537+
max_size=$((46 * 1024 * 1024))
538538
if [[ "$actual_size" -gt "$max_size" ]]; then
539539
echo "Error: libclangCppInterOp.so is larger than 46 MB."
540540
exit 1

0 commit comments

Comments
 (0)