CI: Fix mako install

This commit is contained in:
Carles Fernandez 2020-05-15 09:09:46 +02:00
parent 4dfb93c57b
commit c8a084e711
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: sudo apt-get install build-essential python3-mako cmake
run: |
python -m pip install --upgrade pip
pip install mako
- name: configure
run: cd build && cmake ../src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr
- name: build