mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-09 20:26:46 +00:00
ci: Install python3-mako and liborc-dev packages in volk-gnsssdr-ubuntu job
This commit is contained in:
parent
927b91096d
commit
ffef0ca126
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user