Fix setup script to use correct path for compiling in-memory database

This commit is contained in:
Nawaz Haider
2026-01-03 13:20:39 +06:00
parent 81b8e1420d
commit 75f6509564
+1 -3
View File
@@ -9,6 +9,4 @@ sudo apt update -y
sudo apt install build-essential curl -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
cd in_memory_db
rustc in_memory_db.rs -o in_memory_db
cd ..
rustc in_memory_db/in_mem_db.rs -o in_memory_db/in_mem_db