Skip to content

Commit

Permalink
fix snap build
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 19, 2021
1 parent 3a81c25 commit 780cf1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/azure-pipelines/linux/snap-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 780cf1c

Please sign in to comment.