Skip to content

Commit 0823957

Browse files
authored
Update links.yml (#2310)
* Update links.yml Signed-off-by: Glenn Jocher <[email protected]> * Update links.yml Signed-off-by: Glenn Jocher <[email protected]> --------- Signed-off-by: Glenn Jocher <[email protected]>
1 parent 549240b commit 0823957

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/links.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
- name: Download and install lychee
2424
run: |
2525
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)
26-
curl -L $LYCHEE_URL -o lychee.tar.gz
27-
tar xzf lychee.tar.gz
28-
sudo mv lychee /usr/local/bin
26+
curl -L $LYCHEE_URL | tar xz -C /usr/local/bin
2927
3028
- name: Test Markdown and HTML links with retry
3129
uses: ultralytics/actions/retry@main

0 commit comments

Comments
 (0)