Fix ubuntu package name for musl

master
Jiajie Chen 6 years ago
parent 6324788a0b
commit cb24d32d21

@ -56,7 +56,7 @@ install:
fi
- if [ $ARCH = x86_64 ]; then
if [ $TRAVIS_OS_NAME = linux ]; then
sudo apt install musl;
sudo apt install musl-tools;
elif [ $TRAVIS_OS_NAME = osx ]; then
brew tap altkatz/homebrew-gcc_cross_compilers;
brew install FiloSottile/musl-cross/musl-cross;

Loading…
Cancel
Save