We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d5a10 commit b329ae7Copy full SHA for b329ae7
.github/workflows/cppcmake.yml
@@ -39,10 +39,11 @@ jobs:
39
if: matrix.os == 'ubuntu-20.04'
40
run: |
41
echo ${{ github.ref }}
42
+ sudo apt-get update --fix-missing # Needed for libpulse on azure mirror.
43
+ sudo apt install -y libpugixml1v5 qtbase5-dev
44
curl -L ${XDF_URL}/${XDF_RELEASE_PREFIX}${XDF_RELEASE}${XDF_RELEASE_SUFFIX}/libxdf-${XDF_RELEASE}-Linux.deb -o libxdf.deb
45
sudo dpkg -i libxdf.deb
46
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
47
sudo dpkg -i liblsl.deb
48
49
- name: Install liblsl and libxdf (Windows 64)
0 commit comments