Skip to content

Commit 0d04ce4

Browse files
committed
android emu print free space
1 parent 04f6b05 commit 0d04ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ jobs:
127127
no-unit-test \
128128
-D__ANDROID_API__=26
129129
make
130-
make install_sw
131130
132131
cp build/lib/libssl.a $TOOLCHAIN/sysroot/usr/lib/
133132
cp build/lib/libcrypto.a $TOOLCHAIN/sysroot/usr/lib/
@@ -249,6 +248,7 @@ jobs:
249248
mv -f /data/local/tmp/sqlite3 /system/xbin
250249
cd /data/local/tmp
251250
rm -rf .git .github build docs network sqlite #remove unused folders to save up space
251+
df -h
252252
$(make test CC=$CC PLATFORM=$PLATFORM -n)
253253
EOF
254254
echo "::endgroup::"

0 commit comments

Comments
 (0)