Fixing testing

This commit is contained in:
retropikzel 2026-01-27 19:02:02 +02:00
parent 9d1f3f0b0b
commit f08f6c3024
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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