Skip to content

Commit 837b408

Browse files
committed
fix: apt-get?
1 parent 14ca001 commit 837b408

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4040
manylinux: ${{ matrix.platform.manylinux }}
4141
before-script-linux: |
42-
dnf install -y unzip
42+
apt-get update
43+
apt-get install -y unzip
4344
curl -L -O https://github.com/duckdb/duckdb/releases/download/v1.2.0/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip
4445
unzip libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip -d /opt/duckdb
4546
export DUCKDB_LIB_DIR=/opt/duckdb

0 commit comments

Comments
 (0)