Download tldr archive via curl

This commit is contained in:
Terts Diepraam
2022-04-19 19:03:49 +02:00
parent 315305e7bb
commit 6729ecd4dd
+4
View File
@@ -41,6 +41,10 @@ jobs:
use-tool-cache: false
env:
RUSTUP_TOOLCHAIN: stable
- name: Download tldr archive
run: |
curl https://tldr.sh/assets/tldr.zip --output coreutils/docs/tldr.zip
- name: Build user Documentation
run: |