File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Install yq (for stack resolvers)
27
27
run : |
28
- sudo add-apt-repository -y ppa:rmescandon/yq
29
- sudo apt-get -q update
30
- sudo apt-get -y install yq
28
+ sudo apt-get update
29
+ sudo apt-get -y install wget
30
+ wget https://github.com/mikefarah/yq/releases/download/v4.46.1/yq_linux_amd64 -O /usr/local/bin/yq
31
+ chmod +x /usr/local/bin/yq
31
32
32
33
- name : Ensure stack resolvers are synced
33
34
run : bin/ensure-stack-resolvers-are-synced.sh
69
70
70
71
- name : Install yq (for stack resolvers)
71
72
run : |
72
- sudo add-apt-repository -y ppa:rmescandon/yq
73
- sudo apt-get -q update
74
- sudo apt-get -y install yq
73
+ sudo apt-get update
74
+ sudo apt-get -y install wget
75
+ wget https://github.com/mikefarah/yq/releases/download/v4.46.1/yq_linux_amd64 -O /usr/local/bin/yq
76
+ chmod +x /usr/local/bin/yq
75
77
76
78
- name : Resolve resolver
77
79
id : resolve-resolver
You can’t perform that action at this time.
0 commit comments