From b07a2d580a2ae5ba96d02a499e2878a30ebe3d9c Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 31 Jan 2023 12:34:26 -0800 Subject: [PATCH] Update --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b94cba40..027f0619 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,8 @@ steps: path: /root/.pub-cache commands: # - flutter config --enable-linux-desktop - - sudo apt-get install --fix-missing -y xvfb + - sudo apt update + - sudo apt get install --fix-missing -y xvfb - export DISPLAY=:99 - sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & - ./run-tests.sh 01_general