Skip to content

Commit

Permalink
add sudo to ci apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
mipyykko committed May 29, 2023
1 parent 8580da3 commit 7f0ae5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
version: v3.4.2
- run:
name: install envsubst
command: apt-get install -qq -y gettext
command: sudo apt-get install -qq -y gettext
- run:
name: "Deploy"
command: "bin/ci-update-deployments.sh"
Expand Down

0 comments on commit 7f0ae5f

Please sign in to comment.