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