From a319e41adbc7ae3e8e06f85f9f0176253f35de21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Desmaretz?= Date: Tue, 8 Oct 2024 23:37:18 +0200 Subject: [PATCH] Add typst install --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 87cbd5a..cba7e9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { } steps { echo 'Installing Dependencies' - sh '''cargo install --git https://github.com/typst/typst --locked typst-cli''' + sh '''curl -fsSL https://typst.community/typst-install/install.sh | sh''' } } stage('Build') {