removed sudo from gitlab ci

This commit is contained in:
Václav Šmejkal 2024-02-17 19:52:12 +01:00
parent 097da237ad
commit 3dc85fe1c5
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -24,7 +24,7 @@ why2-chat-build:
script:
- apt update
- chmod +x configure.sh
- sudo ./configure.sh
- ./configure.sh
- make install
- make build_chat
artifacts: