mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
chore: install make for snap (#231709)
* chore: install make for snap * Also add g++ * Also list versions * Again
This commit is contained in:
@@ -20,7 +20,11 @@ steps:
|
||||
# Make sure we get latest packages
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade -y
|
||||
sudo apt-get install -y curl apt-transport-https ca-certificates
|
||||
sudo apt-get install -y curl apt-transport-https ca-certificates make g++
|
||||
|
||||
curl --version
|
||||
make --version
|
||||
g++ --version
|
||||
|
||||
# Define variables
|
||||
SNAP_ROOT="$(pwd)/.build/linux/snap/$(VSCODE_ARCH)"
|
||||
|
||||
Reference in New Issue
Block a user