Use apt-get instead of sudo apt-get on Windows deploy

This commit is contained in:
oldmud0 2019-02-06 23:28:54 +00:00
parent 3cbbcd9a5c
commit a453951aea

View File

@ -107,7 +107,7 @@ deploy windows:
- docker
- linux
script:
- sudo apt-get install --no-install-recommends -y zip
- apt-get install --no-install-recommends -y zip
- mkdir artifact
- cd artifact