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
This commit is contained in:
Pascal Hartig
2020-03-10 03:38:45 -07:00
committed by Facebook Github Bot
parent 8f2dd977b7
commit 13841b1cf6

View File

@@ -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