Travis: Fix failing to remove OpenAL Cache

rm: cannot remove ‘include/AL/al.h’: Permission denied

See https://travis-ci.org/telegramdesktop/tdesktop/jobs/452071589 for
more info
This commit is contained in:
Magnus Groß 2018-11-07 21:30:49 +01:00 committed by John Preston
parent 91c85ec86b
commit 9042109d04

View File

@ -472,7 +472,7 @@ buildOpenAL() {
rm -rf "$EXTERNAL/openal-soft"
fi
cd $OPENAL_PATH
rm -rf *
sudo rm -rf *
cd "$EXTERNAL"
git clone https://github.com/kcat/openal-soft.git