File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include extension-ci-tools/makefiles/duckdb_extension.Makefile
10
10
11
11
# Setup the sqlite3 tpch database
12
12
data/db/tpch.db : release
13
- command -v sqlite3 || (command -v brew && brew install sqlite) || (command -v choco && choco install sqlite -y) || (command -v apt-get && apt-get install -y sqlite3) || (command -v apk && apk add sqlite) || echo " no sqlite3"
13
+ command -v sqlite3 || (command -v brew && brew install sqlite) || (command -v choco && choco install sqlite -y) || (command -v apt-get && apt-get install -y sqlite3) || (command -v yum && yum install -y sqlite) || (command -v apk && apk add sqlite) || echo " no sqlite3"
14
14
./build/release/$(DUCKDB_PATH ) < data/sql/tpch-export.duckdb || tree ./build/release || echo " neither tree not duck"
15
15
sqlite3 data/db/tpch.db < data/sql/tpch-create.sqlite
16
16
You can’t perform that action at this time.
0 commit comments