mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
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:
parent
91c85ec86b
commit
9042109d04
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ buildOpenAL() {
|
||||||
rm -rf "$EXTERNAL/openal-soft"
|
rm -rf "$EXTERNAL/openal-soft"
|
||||||
fi
|
fi
|
||||||
cd $OPENAL_PATH
|
cd $OPENAL_PATH
|
||||||
rm -rf *
|
sudo rm -rf *
|
||||||
|
|
||||||
cd "$EXTERNAL"
|
cd "$EXTERNAL"
|
||||||
git clone https://github.com/kcat/openal-soft.git
|
git clone https://github.com/kcat/openal-soft.git
|
||||||
|
|
Loading…
Add table
Reference in a new issue