Add typst install
parent
2536dceb4d
commit
a319e41adb
|
|
@ -7,7 +7,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
echo 'Installing Dependencies'
|
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') {
|
stage('Build') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue