Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
args: --release --out dist
manylinux: auto
before-script-linux: |
# cmake is required by openssl-sys on some manylinux images
# cmake + perl-IPC-Cmd are required by openssl-sys (vendored build)
if command -v yum &>/dev/null; then
yum install -y cmake
yum install -y cmake perl-IPC-Cmd
fi

- uses: actions/upload-artifact@v4
Expand Down