File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 fi
109109 else
110110 # If we're running on debian-based system.
111- apt update -y && apt-get install -y libipc-cmd- perl libssl-dev openssl pkg-config
111+ apt update -y && apt-get install -y perl perl-modules libssl-dev openssl pkg-config
112112 fi
113113 - name : Build aarch64 wheels
114114 uses : PyO3/maturin-action@v1
@@ -130,7 +130,7 @@ jobs:
130130 fi
131131 else
132132 # If we're running on debian-based system.
133- apt update -y && apt-get install -y libipc-cmd- perl libssl-dev openssl pkg-config
133+ apt update -y && apt-get install -y perl perl-modules libssl-dev openssl pkg-config
134134 fi
135135 - name : Set env
136136 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments