From 13841b1cf6cb1122d6a78d749c89fb57f4fd9c15 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 10 Mar 2020 03:38:45 -0700 Subject: [PATCH] DMG build: Add missing yarn install Summary: This happened: https://github.com/facebook/flipper/runs/496468216?check_suite_focus=true Reviewed By: mweststrate Differential Revision: D20361438 fbshipit-source-id: 5b9649ccabf8cc06fbdf28e5f7b45bd7fb5204a9 --- .github/workflows/dmg-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dmg-release.yml b/.github/workflows/dmg-release.yml index c9bf4ef6a..57742968d 100644 --- a/.github/workflows/dmg-release.yml +++ b/.github/workflows/dmg-release.yml @@ -14,6 +14,8 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '12.x' + - name: Install + run: yarn - name: Build run: yarn build --mac --mac-dmg - name: Upload