Install mm-common in GitHub CI
This commit is contained in:
parent
b42032abfe
commit
fbdb2d0e2e
|
@ -12,6 +12,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install build deps
|
||||||
|
run: sudo apt-get install mm-common libtool rake ruby
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|
Loading…
Reference in New Issue