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:
Kumi 2024-02-09 15:16:54 +01:00
parent 4b2226e3f9
commit a137c3b914
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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: |