Skip to content

Commit

Permalink
CI: Try to remove libgl1 install for Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhslepicka committed Jan 9, 2025
1 parent 6c54a93 commit 0dc4250
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install libgl1
if: runner.os == 'Linux'
run: |
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libgl1-mesa-dev libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev libasound2 -y

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 0dc4250

Please sign in to comment.