chore: install make for snap (#231709)

* chore: install make for snap

* Also add g++

* Also list versions

* Again
This commit is contained in:
Raymond Zhao
2024-10-20 22:08:45 -07:00
committed by GitHub
parent 27d99fbee7
commit 75caed98f2

View File

@@ -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)"