Skip to content

Commit

Permalink
ci: add libipc-cmd-perl in before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Nov 5, 2024
1 parent c9cdd90 commit 8289329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
"aarch64" | "armv7" | "s390x" | "ppc64le")
# NOTE: pypa/manylinux docker images are Debian based
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
sudo apt-get install -y pkg-config libssl-dev libipc-cmd-perl
;;
"x86" | "x86_64")
# NOTE: rust-cross/manylinux docker images are CentOS based
yum update -y
yum install -y openssl openssl-devel
yum install -y openssl openssl-devel perl-IPC-Cmd
;;
esac
docker-options: -e SENTRY_DSN
Expand Down

0 comments on commit 8289329

Please sign in to comment.