mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-20 22:17:03 +00:00
CI: Fix mako install
This commit is contained in:
parent
4dfb93c57b
commit
c8a084e711
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -119,7 +119,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: install dependencies
|
- 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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user