ci: fix debian packaging step failing to download sysroot (#202973)

pull/202980/head
Robo 2024-01-22 16:12:40 +09:00 committed by GitHub
parent e244acbb17
commit 1396f9c827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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: |