From 77e155954afd64b5a442443d5adf182f0107928c Mon Sep 17 00:00:00 2001 From: Bill Finger Date: Fri, 22 Dec 2023 19:18:07 +0300 Subject: [PATCH] update gitlab-ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3244e1..110ee9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ build-colcon-job: stage: build script: - apt-get update + - apt-get install wget - wget https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.tar.gz - tar -xf v3.11.3.tar.gz - cd json-3.11.3