From a451b336791cdb5bf075e4cdb1f2760ae79b90ab Mon Sep 17 00:00:00 2001 From: vcaesar Date: Mon, 9 Dec 2019 12:43:27 -0400 Subject: [PATCH] update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 437dd72..f971c4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - checkout # specify any bash command here prefixed with `run: ` - run: apt-get update - - run: apt-get install xvfb + - run: apt-get -y install xvfb # override: # './...' is a relative pattern which means all subdirectories # - run: go get -u github.com/go-vgo/robotgo