Skip to content

Commit 6a1dd86

Browse files
yq v4.46.1
1 parent 6eeeb84 commit 6a1dd86

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ jobs:
6969

7070
- name: Install yq (for stack resolvers)
7171
run: |
72-
sudo add-apt-repository -y ppa:rmescandon/yq
73-
sudo apt-get -q update
74-
sudo apt-get -y install yq
72+
wget https://github.com/mikefarah/yq/releases/download/v4.46.1/yq_linux_amd64 -O /usr/local/bin/yq
73+
chmod +x /usr/local/bin/yq
7574
7675
- name: Resolve resolver
7776
id: resolve-resolver

0 commit comments

Comments
 (0)