From ca5f3ad7010095a29e01c82f0017d99bdc90e591 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Mon, 9 Dec 2019 12:38:21 -0400 Subject: [PATCH] update config.yml --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c91bdf..1ada82b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,6 +9,8 @@ jobs: steps: - checkout # specify any bash command here prefixed with `run: ` + - run: sudo apt-get update + - run: sudo apt-get install xvfb # override: # './...' is a relative pattern which means all subdirectories # - run: go get -u github.com/go-vgo/robotgo