Skip to content

Commit baaa962

Browse files
committed
Use sudo for snap install
1 parent bd60aee commit baaa962

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
@@ -26,7 +26,7 @@ jobs:
2626
# Install dependency
2727
sudo apt update
2828
sudo apt install -y jq
29-
snap install yq --channel=v3/stable
29+
sudo snap install yq --channel=v3/stable
3030
3131
# Tell git who we are for commits
3232
git config user.email "${{ github.actor }}"

0 commit comments

Comments
 (0)