Revert "Add dependency installation"

This reverts commit 4db4dca7ec.
master
Félix Desmaretz 2024-10-08 23:25:17 +02:00
parent 4db4dca7ec
commit 5ef9cd1500
1 changed files with 0 additions and 9 deletions

9
Jenkinsfile vendored
View File

@ -1,15 +1,6 @@
pipeline {
agent any
stages {
stage('Install Dependencies') {
when {
branch 'master'
}
steps {
echo 'Installing Dependencies'
sh '''cargo install --git https://github.com/typst/typst --locked typst-cli'''
}
}
stage('Build') {
when {
branch 'master'