Skip to content

Commit b329ae7

Browse files
authored
GH Actions: focal --fix-missing
1 parent 93d5a10 commit b329ae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ jobs:
3939
if: matrix.os == 'ubuntu-20.04'
4040
run: |
4141
echo ${{ github.ref }}
42+
sudo apt-get update --fix-missing # Needed for libpulse on azure mirror.
43+
sudo apt install -y libpugixml1v5 qtbase5-dev
4244
curl -L ${XDF_URL}/${XDF_RELEASE_PREFIX}${XDF_RELEASE}${XDF_RELEASE_SUFFIX}/libxdf-${XDF_RELEASE}-Linux.deb -o libxdf.deb
4345
sudo dpkg -i libxdf.deb
4446
curl -L ${LSL_URL}/${LSL_RELEASE_PREFIX}${LSL_RELEASE}${LSL_RELEASE_SUFFIX}/liblsl-${LSL_RELEASE}-focal_amd64.deb -o liblsl.deb
45-
sudo apt install -y libpugixml1v5 qtbase5-dev
4647
sudo dpkg -i liblsl.deb
4748
4849
- name: Install liblsl and libxdf (Windows 64)

0 commit comments

Comments
 (0)