Skip to content

Commit b092309

Browse files
committed
bug: fix duckdb install/uncompress on GH actions ci yaml
1 parent f09e4db commit b092309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
wget https://github.com/duckdb/duckdb/releases/download/v1.2.1/duckdb_cli-linux-amd64.zip
3333
unzip duckdb_cli-linux-amd64
34-
sudo mv duckdb/duckdb /usr/local/bin
34+
sudo mv duckdb /usr/local/bin
3535
duckdb --version
3636
3737
- name: Set Up Python

0 commit comments

Comments
 (0)