ci: Install python3-mako and liborc-dev packages in volk-gnsssdr-ubuntu job

This commit is contained in:
Carles Fernandez 2021-02-22 15:14:25 +01:00
parent 927b91096d
commit ffef0ca126
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 3 deletions

View File

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