Skip to content

Commit bd60aee

Browse files
committed
Use snap for yq install
1 parent fde0966 commit bd60aee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
set -xe
2525
2626
# Install dependency
27-
sudo apt update && sudo apt install -y jq yq
27+
sudo apt update
28+
sudo apt install -y jq
29+
snap install yq --channel=v3/stable
2830
2931
# Tell git who we are for commits
3032
git config user.email "${{ github.actor }}"

0 commit comments

Comments
 (0)