From 8265dedd950a1b33e7e9554cb31293450518be86 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Fri, 11 Aug 2023 10:27:59 +0100 Subject: [PATCH] [release] v0.9.19-unstable --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2fd68a3..886c8d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,8 +8,8 @@ jobs: - checkout - run: - name: Setup docker and buildx - command: docker buildx create --use + name: Setup docker and buildx + command: docker buildx create --use - run: name: install dependencies