diff --git a/Jenkinsfile b/Jenkinsfile index 5a10021..730dfbe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { label "built-in" } steps { + sh("git submodule update --init --recursive --force") sh("make -j4 CC=musl-gcc LDFLAGS=-static") archiveArtifacts("taiga") }