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: script:
- apt update - apt update
- chmod +x configure.sh - chmod +x configure.sh
- sudo ./configure.sh - ./configure.sh
- make install - make install
- make build_chat - make build_chat
artifacts: artifacts: