Skip to content

Commit fde0966

Browse files
committed
Use sudo for apt commands
1 parent 86b5957 commit fde0966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
set -xe
2525
2626
# Install dependency
27-
apt update && apt install -y jq yq
27+
sudo apt update && sudo apt install -y jq yq
2828
2929
# Tell git who we are for commits
3030
git config user.email "${{ github.actor }}"

0 commit comments

Comments
 (0)