File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
- name : Download auto
20
20
run : |
21
21
#curl -vL -o - "$(curl -fsSL https://api.github.com/repos/intuit/auto/releases/latest | jq -r '.assets[] | select(.name == "auto-linux.gz") | .browser_download_url')" | gunzip > ~/auto
22
- # Pin to 10.16.1 so we don't break if & when
22
+ # Pin so we don't break if & when
23
23
# <https://github.com/intuit/auto/issues/1778> is fixed.
24
- wget -O- https://github.com/intuit/auto/releases/download/v10.16.1/auto-linux.gz | gunzip > ~/auto
24
+ # 11.0.5 is needed for <https://github.com/intuit/auto/issues/2432>
25
+ wget -O- https://github.com/intuit/auto/releases/download/v11.0.5/auto-linux.gz | gunzip > ~/auto
25
26
chmod a+x ~/auto
26
27
27
28
- name : Query 'auto' on type of the release
You can’t perform that action at this time.
0 commit comments