Add typst install

master
Félix Desmaretz 2024-10-08 23:37:18 +02:00
parent 2536dceb4d
commit a319e41adb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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