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') {