Skip to content

Commit 84c1b6c

Browse files
authored
Update cmake-wheels.yml
1 parent d2982f6 commit 84c1b6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
CIBW_BEFORE_ALL_LINUX: |
108108
dnf install -y zip
109109
dnf install -y unzip
110-
dnf install -y kernel-devel
110+
dnf install -y kernel-devel perl-core openssl-devel
111111
echo "Copying vcpkg cache into container..."
112112
mkdir -p /output/.vcpkg-cache
113113
if [ -d /host${{ github.workspace }}/.vcpkg-cache ]; then

0 commit comments

Comments
 (0)