update gitlab-ci

This commit is contained in:
Ilya Uraev 2023-12-22 19:18:07 +03:00
parent af6b20b622
commit 77e155954a

View file

@ -13,6 +13,7 @@ build-colcon-job:
stage: build stage: build
script: script:
- apt-get update - apt-get update
- apt-get install wget
- wget https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.tar.gz - wget https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.tar.gz
- tar -xf v3.11.3.tar.gz - tar -xf v3.11.3.tar.gz
- cd json-3.11.3 - cd json-3.11.3