Skip to content

Commit

Permalink
add apt update to pytest ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Feb 3, 2025
1 parent e89dacb commit d21bcde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
- name: Install dependencies (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
python -m pip install --upgrade pip
sudo apt install libusb-1.0-0-dev pkg-config bison autoconf libtool libxi-dev libxtst-dev libxrandr-dev libx11-dev libxft-dev libxext-dev nasm flex libudev-dev automake libltdl-dev
Expand Down

0 comments on commit d21bcde

Please sign in to comment.