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