From 11759edd6b9f935a35a79eae138fe7fc8150d18a Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Mon, 26 Jun 2023 15:53:35 +0200 Subject: [PATCH] ci: Fix os dependencies for release --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8fba049..733f46f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,8 +15,8 @@ jobs: - run: name: Install os dependencies command: | - apt-get update -y - apt-get install -y gettext uuid-runtime + sudo apt-get update -y + sudo apt-get install -y gettext uuid-runtime - semantic-release/execute workflows: