Skip to content

Commit ca79076

Browse files
committed
Use apt-get for musllinux
1 parent e732c48 commit ca79076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
CIBW_ARCHS_LINUX: auto aarch64
6767
CIBW_BUILD: cp310-musllinux_aarch64
6868
CIBW_BEFORE_ALL_LINUX: |
69-
yum install -y lapack-devel armadillo-devel
69+
# yum install -y lapack-devel armadillo-devel
70+
apt-get install -y lapack-devel armadillo-devel
7071
curl -L -O https://archives.boost.io/release/1.72.0/source/boost_1_72_0.tar.gz
7172
tar -xf boost_1_72_0.tar.gz
7273
cd boost_1_72_0

0 commit comments

Comments
 (0)