From 49631cf4912c226cb452b979bb79e4c8abf5656f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 5 Jan 2024 22:47:25 +0000 Subject: [PATCH] ci: newer root seems to want more dependencies --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96b79ca..c79c73b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ test_code: - image: rootproject/root:latest + image: rootproject/root:6.26.14-ubuntu22.04 stage: test before_script: - apt-get update && apt-get install -y make cmake libboost-dev git