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
|
- docker
|
||||||
- linux
|
- linux
|
||||||
script:
|
script:
|
||||||
- sudo apt-get install --no-install-recommends -y zip
|
- apt-get install --no-install-recommends -y zip
|
||||||
|
|
||||||
- mkdir artifact
|
- mkdir artifact
|
||||||
- cd artifact
|
- cd artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user