jwz xscreensaver - try to fix apt update error

This commit is contained in:
Licaon_Kter 2018-11-16 10:43:57 +00:00
parent c01a524039
commit e9d5c767bf

View file

@ -24,7 +24,7 @@ Builds:
commit: c85f503f5793839a6be4c818332aca4a96927bb2
subdir: android/xscreensaver
sudo: |-
apt-get update && apt-get install -y bc libx11-dev intltool
apt-get update || apt-get update && apt-get install -y bc libx11-dev intltool
gradle:
- yes
prebuild: |-