mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-10 02:22:16 +00:00
small fixes
This commit is contained in:
parent
e230156a5a
commit
02a7c6b0f4
6
.github/workflows/ubuntu-cpu-wheels.yml
vendored
6
.github/workflows/ubuntu-cpu-wheels.yml
vendored
@ -105,10 +105,10 @@ jobs:
|
||||
git config --global user.email "csukuangfj@gmail.com"
|
||||
git config --global user.name "Fangjun Kuang"
|
||||
|
||||
export GIT_LFS_SKIP_SMUDGE=1
|
||||
git clone https://huggingface.co/csukuangfj/kaldifeat huggingface
|
||||
|
||||
rm -rf huggingface
|
||||
|
||||
export GIT_LFS_SKIP_SMUDGE=1
|
||||
|
||||
git clone https://huggingface.co/csukuangfj/kaldifeat huggingface
|
||||
cd huggingface
|
||||
git pull
|
||||
|
@ -30,8 +30,8 @@ if [[ $PYTHON_VERSION =~ 3.1. ]]; then
|
||||
sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure
|
||||
fi
|
||||
|
||||
./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR
|
||||
make install
|
||||
./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR >/dev/null 2>&1
|
||||
make install >/dev/null 2>&1
|
||||
|
||||
popd
|
||||
|
||||
|
@ -38,8 +38,8 @@ if [[ $PYTHON_VERSION =~ 3.1. ]]; then
|
||||
sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure
|
||||
fi
|
||||
|
||||
./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR
|
||||
make install
|
||||
./configure --enable-shared --prefix=$PYTHON_INSTALL_DIR >/dev/null 2>&1
|
||||
make install >/dev/null 2>&1
|
||||
|
||||
popd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user