Fixing tests

This commit is contained in:
retropikzel 2025-10-09 10:51:26 +03:00
parent 53a7379a8b
commit 394a92c86d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -16,9 +16,9 @@ pipeline {
stages {
stage('Build and install') {
steps {
sh "apt-get install -y make libffi-dev build-essential"
sh 'snow-chibi install --always-yes "(foreign c)"'
sh 'snow-chibi install --always-yes "(srfi 170)"'
sh "apt-get install -y make"
sh "make build-chibi"
sh "make install"
}