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: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: install dependencies - name: install dependencies
run: | run: sudo apt install python3-mako liborc-dev
python -m pip install --upgrade pip
pip install mako
- name: configure - name: configure
run: cd build && cmake ../src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr run: cd build && cmake ../src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr
- name: build - name: build