We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eeeb84 commit 6a1dd86Copy full SHA for 6a1dd86
.github/workflows/tests.yml
@@ -69,9 +69,8 @@ jobs:
69
70
- name: Install yq (for stack resolvers)
71
run: |
72
- sudo add-apt-repository -y ppa:rmescandon/yq
73
- sudo apt-get -q update
74
- sudo apt-get -y install yq
+ wget https://github.com/mikefarah/yq/releases/download/v4.46.1/yq_linux_amd64 -O /usr/local/bin/yq
+ chmod +x /usr/local/bin/yq
75
76
- name: Resolve resolver
77
id: resolve-resolver
0 commit comments