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