mirror of
https://github.com/nqrduck/LimeDriverBindings.git
synced 2024-11-05 18:20:03 +00:00
Update Ubuntu workflow to include liblimesuite-dev
Ensured that liblimesuite-dev package is installed as part of the dependencies for our GitHub Actions workflow. This is to address missing development headers required for interfacing with LimeSuite in our Python package build process.
This commit is contained in:
parent
4b2226e3f9
commit
a137c3b914
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-package-ubuntu.yml
vendored
2
.github/workflows/python-package-ubuntu.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install -y libhdf5-dev limesuite automake gcc pkg-config build-essential python-is-python3
|
||||
sudo apt-get install -y libhdf5-dev limesuite liblimesuite-dev automake gcc pkg-config build-essential python-is-python3
|
||||
|
||||
- name: Build the package
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue