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