diff --git a/.circleci/config.yml b/.circleci/config.yml index 6fe2f6b..2fd68a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,10 @@ jobs: steps: - checkout + - run: + name: Setup docker and buildx + command: docker buildx create --use + - run: name: install dependencies command: sudo apt-get install bash curl