From fbdb2d0e2eb08695ddd8535f6865e29586ee2622 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 19 Oct 2020 02:38:20 +0530 Subject: [PATCH] Install mm-common in GitHub CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0aa05a..9779633 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Install build deps + run: sudo apt-get install mm-common libtool rake ruby + - uses: actions/checkout@v2 - name: Build run: ./build.sh