installing sudo and lsb-release in gitlab ci

This commit is contained in:
Václav Šmejkal 2024-02-17 19:58:37 +01:00
parent 3dc85fe1c5
commit 13555716bf
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -23,8 +23,9 @@ why2-chat-build:
image: ubuntu:latest image: ubuntu:latest
script: script:
- apt update - apt update
- apt install sudo lsb-release -y
- chmod +x configure.sh - chmod +x configure.sh
- ./configure.sh - sudo ./configure.sh
- make install - make install
- make build_chat - make build_chat
artifacts: artifacts: