diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ee30c2..e7ad9fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,8 +10,8 @@ workflows: name: build npm-run: build pre-steps: - - name: Setup Golang - run: + - run: + name: Setup Golang command: > sudo apt-get update; sudo apt-get install bison;