Skip to content

Commit 63920c4

Browse files
committed
fix: install unzip
1 parent 0e2a60d commit 63920c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4343
manylinux: ${{ matrix.platform.manylinux }}
4444
before-script-linux: |
45+
sudo apt-get install unzip
4546
curl -L -O https://github.com/duckdb/duckdb/releases/download/v1.2.0/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip
4647
unzip libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip -d /opt/duckdb
4748
export DUCKDB_LIB_DIR=/opt/duckdb

0 commit comments

Comments
 (0)