fix snap build

This commit is contained in:
João Moreno 2021-11-19 10:45:13 +01:00
parent 3a81c25c7a
commit 780cf1c4e4
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -19,6 +19,11 @@ steps:
sudo apt-get update
sudo apt-get upgrade -y
# Yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
apt-get update && apt-get install -y yarn
# Define variables
REPO="$(pwd)"
SNAP_ROOT="$REPO/.build/linux/snap/$(VSCODE_ARCH)"