Skip to content

Commit

Permalink
Fix stub workflow (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne authored Dec 21, 2023
1 parent b665e79 commit 1ae405a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/stubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
python-version: 3.9
architecture: 'x64'
- name: Install linux dependencies
run: |
curl -L https://github.com/sccn/liblsl/releases/download/v1.16.2/liblsl-1.16.2-jammy_amd64.deb -o liblsl-1.16.2-jammy_amd64.deb
sudo apt update
sudo apt install -y libpugixml-dev qtbase5-dev qt5-qmake
sudo apt install -y ./liblsl-1.16.2-jammy_amd64.deb
- name: Install package
run: |
python -m pip install --progress-bar off --upgrade pip setuptools
Expand Down

0 comments on commit 1ae405a

Please sign in to comment.