mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
fix snap builds
This commit is contained in:
@@ -16,6 +16,11 @@ steps:
|
||||
- script: |
|
||||
set -e
|
||||
|
||||
# Make sure we get latest packages
|
||||
apt update
|
||||
apt upgrade -y
|
||||
|
||||
# Define variables
|
||||
REPO="$(pwd)"
|
||||
ARCH="$(VSCODE_ARCH)"
|
||||
SNAP_ROOT="$REPO/.build/linux/snap/$ARCH"
|
||||
|
||||
Reference in New Issue
Block a user