From 61fb293514c25132ce2ed7c1243d5470e120891d Mon Sep 17 00:00:00 2001 From: Lukasz Piatkowski Date: Mon, 20 Jul 2020 10:52:02 +0200 Subject: [PATCH] fix a typo in GitHub workflow definition for Mononoke MacOs build --- .github/workflows/mononoke_mac.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/mononoke_mac.yml b/.github/workflows/mononoke_mac.yml index 5780e3d784d28..2bc2cd354d422 100644 --- a/.github/workflows/mononoke_mac.yml +++ b/.github/workflows/mononoke_mac.yml @@ -24,8 +24,7 @@ jobs: default: true profile: minimal - name: Install system deps - run: sudo python3 build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive monono -ke + run: sudo python3 build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive mononoke - name: Build dependencies run: python3 build/fbcode_builder/getdeps.py build --allow-system-packages --only-deps --src-dir=. mononoke - name: Build mononoke