Skip to content

Commit

Permalink
Debugging GHA problem
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Feb 10, 2025
1 parent b4cb8a9 commit 0ac31f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu-')
run: |
sudo apt install -y libpugixml-dev
echo $(lsb_release -sc)
curl -L ${LSL_RELEASE_URL}/liblsl-${LSL_RELEASE}-$(lsb_release -sc)_amd64.deb -o liblsl.deb
sudo apt install ./liblsl.deb
- name: Install uv
Expand Down

0 comments on commit 0ac31f8

Please sign in to comment.