Skip to content

Commit

Permalink
ci: fix install of deps for typechecking job
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 25, 2022
1 parent 0c32c9e commit 89e80e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@ jobs:
run: |
# update archive links
sudo apt-get update
# xvfb is a dependency to create a virtual display
# libgtk-3-dev is a requirement for wxPython
# freeglut3-dev is a requirement for a wxPython dependency
sudo apt-get -y install xvfb libgtk-3-dev freeglut3-dev
# See comment above (in the test job) for details about these dependencies
sudo apt-get -y install xvfb libgtk-3-dev freeglut3-dev portaudio19-dev libpulse-dev pulseaudio libsdl2-dev
- name: Install Linux dependencies
if: "startsWith(runner.os, 'Linux')"
run: |
Expand Down

0 comments on commit 89e80e4

Please sign in to comment.