We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2982f6 commit 84c1b6cCopy full SHA for 84c1b6c
1 file changed
.github/workflows/cmake-wheels.yml
@@ -107,7 +107,7 @@ jobs:
107
CIBW_BEFORE_ALL_LINUX: |
108
dnf install -y zip
109
dnf install -y unzip
110
- dnf install -y kernel-devel
+ dnf install -y kernel-devel perl-core openssl-devel
111
echo "Copying vcpkg cache into container..."
112
mkdir -p /output/.vcpkg-cache
113
if [ -d /host${{ github.workspace }}/.vcpkg-cache ]; then
0 commit comments