Skip to content

Commit 81262b0

Browse files
committed
WIP
1 parent 4077da6 commit 81262b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ debug: rust-build-debug ## Build the extension in debug mode (DuckDB + extension
113113
.PHONY: install-deps
114114
install-deps: ## Set up development environment (for Debian-based systems)
115115
@echo "Setting up development environment..."
116-
@sudo apt-get install -y cmake clang-format snap python3-pip
116+
@sudo apt-get install -y cmake clang-format snap python3-pip liblzma-dev
117117
@sudo snap install rustup --classic
118118
@cargo install cargo-tarpaulin cbindgen cargo-edit cargo-audit cargo-outdated cargo-careful
119119
@cd gaggle && cargo check --features "tract"

0 commit comments

Comments
 (0)