Skip to content

Commit 904db0e

Browse files
tstennercboulay
authored andcommitted
CI: install liblsl debian package with dependencies
1 parent aa67c2d commit 904db0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
sudo apt install -y libpugixml-dev
5656
curl -L ${LSL_RELEASE_URL}/liblsl-${LSL_RELEASE}-$(lsb_release -sc)_amd64.deb -o liblsl.deb
57-
sudo dpkg -i liblsl.deb
57+
sudo apt install ./liblsl.deb
5858
5959
- name: Download liblsl (Windows)
6060
if: matrix.config.os == 'windows-latest'

0 commit comments

Comments
 (0)