Skip to content

Commit 0dc4250

Browse files
committed
CI: Try to remove libgl1 install for Linux.
1 parent 6c54a93 commit 0dc4250

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ jobs:
4141

4242
steps:
4343
- uses: actions/checkout@v4
44-
- name: Install libgl1
45-
if: runner.os == 'Linux'
46-
run: |
47-
sudo dpkg --add-architecture i386
48-
sudo apt update
49-
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
5044

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

0 commit comments

Comments
 (0)