From 19d3b40a4f667ad82bccb3c6655a85c33c936368 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 9 Oct 2025 10:52:06 +0300 Subject: [PATCH] Fixing tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 040b448..841ab26 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"