Update links.yml

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/13470/head
Glenn Jocher 2024-12-25 20:42:24 +01:00 committed by GitHub
parent 9513d64400
commit a77b5de64a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Download and install lychee
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)
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
uses: ultralytics/actions/retry@main