mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-01 23:52:24 -07:00
Travis: Remove use of sudo to enable use container-based builds
This commit is contained in:
@@ -7,7 +7,6 @@ if [ "$TRAVIS_BRANCH" = "master" ]; then
|
||||
UPLOAD_DIR="/citra/nightly/linux-amd64"
|
||||
mkdir "$REV_NAME"
|
||||
|
||||
sudo apt-get -qq install lftp
|
||||
cp build/src/citra/citra "$REV_NAME"
|
||||
cp build/src/citra_qt/citra-qt "$REV_NAME"
|
||||
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
|
Reference in New Issue
Block a user