Skip to content

Commit

Permalink
chore: 🤖 update
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Jul 14, 2024
1 parent 4feb869 commit 8980312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
echo $COMPILE_TIME
echo "COMPILE_TIME=$COMPILE_TIME" >> $GITHUB_OUTPUT
BINARY_SIZE=$(ls -l ./target/release/librolldown_binding.so | awk '{print $5}')
# BINARY_SIZE=$(ls -l ./target/release/librolldown_binding.so | awk '{print $5}')
BINARY_SIZE=$(ls -l ./target/release/testcase | awk '{print $5}')
echo $BINARY_SIZE
echo "BINARY_SIZE=$BINARY_SIZE" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8980312

Please sign in to comment.