Skip to content

Commit 8de0622

Browse files
madisvainclaude
andcommitted
Fix Linux build: skip OpenSSL docs (missing Pod::Html)
Use install_sw install_ssldirs instead of install to skip docs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0437606 commit 8de0622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
source /opt/rh/gcc-toolset-13/enable &&
119119
./config --prefix=/usr/local/openssl3 --openssldir=/usr/local/openssl3 &&
120120
make -j$(nproc) &&
121-
make install
121+
make install_sw install_ssldirs
122122
CIBW_ENVIRONMENT_LINUX: >
123123
OPENSSL_ROOT_DIR=/usr/local/openssl3
124124
PKG_CONFIG_PATH=/usr/local/openssl3/lib64/pkgconfig

0 commit comments

Comments
 (0)