Forráskód Böngészése

(experiment) Install Yarn manually

Peter Squicciarini 4 éve
szülő
commit
1082261042
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      .github/workflows/linux.yml

+ 3 - 0
.github/workflows/linux.yml

@@ -39,6 +39,9 @@ jobs:
         with:
         with:
           node-version: 12.14.1
           node-version: 12.14.1
 
 
+      - name: Install Yarn
+        run: npm install -g yarn
+
       - name: Clone VSCode repo
       - name: Clone VSCode repo
         run: ./get_repo.sh
         run: ./get_repo.sh