Fixing testing
This commit is contained in:
parent
9d1f3f0b0b
commit
f08f6c3024
|
|
@ -20,7 +20,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Init') {
|
||||
steps {
|
||||
sh "apk add make docker tree git gcc curl"
|
||||
sh "apk add make docker tree git gcc curl xz"
|
||||
}
|
||||
}
|
||||
stage('R6RS script') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue