Skip to content

Commit d93e839

Browse files
committed
IGNITE-27158 Fix for Ubuntu
1 parent 2f3202b commit d93e839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python_dbapi_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
CIBW_ARCHS: ${{ matrix.arch }}
8686
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos_deployment_target || '' }}
8787
CIBW_BUILD_VERBOSITY: 1
88+
CIBW_BEFORE_ALL_LINUX: "sudo apt update && sudo apt install -y libssl-dev"
8889

8990
- uses: actions/upload-artifact@v4
9091
with:

0 commit comments

Comments
 (0)