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:
committed by
Facebook Github Bot
parent
8f2dd977b7
commit
13841b1cf6
2
.github/workflows/dmg-release.yml
vendored
2
.github/workflows/dmg-release.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
|
- name: Install
|
||||||
|
run: yarn
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build --mac --mac-dmg
|
run: yarn build --mac --mac-dmg
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
|||||||
Reference in New Issue
Block a user