mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 11:40:33 +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:
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user