Update .gitlab-ci.yml file

This commit is contained in:
Ivan Fonarev 2023-10-27 20:28:32 +00:00
parent fc25555680
commit 6afc2d4425

View file

@ -13,8 +13,8 @@ run-build:
script:
- pwd
- mkdir -p ./builds/artifact
- apt update
- apt install -y build-essential devscripts dh-make
- sudo apt update
- sudo apt install -y build-essential devscripts dh-make
- dpkg-buildpackage -us -uc
- mv ../* ./builds/artifact