Update links.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>pull/13470/head
parent
9513d64400
commit
a77b5de64a
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Download and install lychee
|
- name: Download and install lychee
|
||||||
run: |
|
run: |
|
||||||
LYCHEE_URL=$(curl -s https://api.github.com/repos/lycheeverse/lychee/releases/latest | grep "browser_download_url" | grep "x86_64-unknown-linux-gnu.tar.gz" | cut -d '"' -f 4)
|
LYCHEE_URL=$(curl -s https://api.github.com/repos/lycheeverse/lychee/releases/latest | grep "browser_download_url" | grep "x86_64-unknown-linux-gnu.tar.gz" | cut -d '"' -f 4)
|
||||||
curl -L $LYCHEE_URL | sudo tar xz -C /usr/local/bin
|
curl -L $LYCHEE_URL | tar xz -C /usr/local/bin
|
||||||
|
|
||||||
- name: Test Markdown and HTML links with retry
|
- name: Test Markdown and HTML links with retry
|
||||||
uses: ultralytics/actions/retry@main
|
uses: ultralytics/actions/retry@main
|
||||||
|
|
Loading…
Reference in New Issue