Skip to content

Commit 89e80e4

Browse files
committed
ci: fix install of deps for typechecking job
1 parent 0c32c9e commit 89e80e4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,8 @@ jobs:
101101
run: |
102102
# update archive links
103103
sudo apt-get update
104-
# xvfb is a dependency to create a virtual display
105-
# libgtk-3-dev is a requirement for wxPython
106-
# freeglut3-dev is a requirement for a wxPython dependency
107-
sudo apt-get -y install xvfb libgtk-3-dev freeglut3-dev
104+
# See comment above (in the test job) for details about these dependencies
105+
sudo apt-get -y install xvfb libgtk-3-dev freeglut3-dev portaudio19-dev libpulse-dev pulseaudio libsdl2-dev
108106
- name: Install Linux dependencies
109107
if: "startsWith(runner.os, 'Linux')"
110108
run: |

0 commit comments

Comments
 (0)