Skip to content

Commit

Permalink
Add apt-get update in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Jan 12, 2021
1 parent d3310f0 commit 2456594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
if [ "$(uname)" == "Darwin" ]; then
brew install sdl2 sdl2_ttf sdl2_image sdl2_gfx
elif [ "$(uname)" == "Linux" ]; then
sudo apt-get update -q
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev
sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-gfx-dev
sudo apt install -y xvfb
Expand Down

0 comments on commit 2456594

Please sign in to comment.