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: