Skip to content

Commit 2eee071

Browse files
committed
Remove sqlite3 command from android test setup script
1 parent 591e717 commit 2eee071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
cat > commands.sh << EOF
8686
mv -f /data/local/tmp/sqlite3 /system/xbin
8787
cd /data/local/tmp
88-
sqlite3 ":memory:" -cmd ".bail on" ".load ./dist/vector" "SELECT vector_version();"
8988
$(make test PLATFORM=$PLATFORM ARCH=$ARCH -n)
9089
EOF
9190
echo "::endgroup::"

0 commit comments

Comments
 (0)