Fixing tests

This commit is contained in:
retropikzel 2025-10-09 10:52:06 +03:00
parent 394a92c86d
commit 19d3b40a4f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
stages {
stage('Build and install') {
steps {
sh "apt-get install -y make libffi-dev build-essential"
sh "apt-get update && 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 "make build-chibi"