Skip to content

Commit

Permalink
GH Actions: focal --fix-missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Dec 4, 2021
1 parent 93d5a10 commit b329ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cppcmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: |
echo ${{ github.ref }}
sudo apt-get update --fix-missing # Needed for libpulse on azure mirror.
sudo apt install -y libpugixml1v5 qtbase5-dev
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
- name: Install liblsl and libxdf (Windows 64)
Expand Down

0 comments on commit b329ae7

Please sign in to comment.