Use apt-get instead of sudo apt-get on Windows deploy
This commit is contained in:
parent
3cbbcd9a5c
commit
a453951aea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user