From 1082261042697c7a0c3ef1690879aff4ebd369ed Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Mon, 5 Oct 2020 16:46:22 -0700 Subject: [PATCH] (experiment) Install Yarn manually --- .github/workflows/linux.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a5a7f1d..4089b48 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -39,6 +39,9 @@ jobs: with: node-version: 12.14.1 + - name: Install Yarn + run: npm install -g yarn + - name: Clone VSCode repo run: ./get_repo.sh