ci: fix debian packaging step failing to download sysroot (#202973)
parent
e244acbb17
commit
1396f9c827
|
@ -288,6 +288,8 @@ steps:
|
|||
- script: |
|
||||
set -e
|
||||
yarn gulp "vscode-linux-$(VSCODE_ARCH)-prepare-deb"
|
||||
env:
|
||||
GITHUB_TOKEN: "$(github-distro-mixin-password)"
|
||||
displayName: Prepare deb package
|
||||
|
||||
- script: |
|
||||
|
|
Loading…
Reference in New Issue