From 154d1f1cfc5c9b4814c72d349b01399ace30914b Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 1 Feb 2023 13:13:57 -0800 Subject: [PATCH] Remove --fix-missing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fce2a7e7..2a93b406 100644 --- a/.drone.yml +++ b/.drone.yml @@ -68,7 +68,7 @@ steps: commands: # - flutter config --enable-linux-desktop - sudo apt update - - sudo apt-get install --fix-missing -y xvfb + - sudo apt-get install -y xvfb - ./fetch-tor.sh - export PATH=$PATH:$PWD/linux/Tor - export LD_LIBRARY_PATH="$PWD/linux/Tor/"