Skip to content

Commit

Permalink
GH Action - liblsl focal has libpugixml1v5 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Dec 4, 2021
1 parent f4490b2 commit 93d5a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
curl -L ${XDF_URL}/${XDF_RELEASE_PREFIX}${XDF_RELEASE}${XDF_RELEASE_SUFFIX}/libxdf-${XDF_RELEASE}-Linux.deb -o libxdf.deb
sudo dpkg -i libxdf.deb
curl -L ${LSL_URL}/${LSL_RELEASE_PREFIX}${LSL_RELEASE}${LSL_RELEASE_SUFFIX}/liblsl-${LSL_RELEASE}-focal_amd64.deb -o liblsl.deb
sudo apt install -y libpugixml1v5 qtbase5-dev
sudo dpkg -i liblsl.deb
sudo apt install -y qtbase5-dev
- name: Install liblsl and libxdf (Windows 64)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 93d5a10

Please sign in to comment.