Skip to content

Commit 0634ed8

Browse files
authored
fix(CI): Use sudo for apt commands in manual-trigger-required-for-fork job (#8509)
1 parent 85ba43a commit 0634ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,8 +1134,8 @@ jobs:
11341134
name: Manually trigger integration tests for fork
11351135
# yamllint disable rule:line-length
11361136
command: |
1137-
apt update
1138-
apt install jq -y
1137+
sudo apt update
1138+
sudo apt install jq -y
11391139
11401140
CIRCLE_PR_BRANCH=`curl -s https://api.github.com/repos/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/pulls/${CIRCLE_PR_NUMBER} | jq -r '.head.label'`
11411141

0 commit comments

Comments
 (0)