Skip to content

Commit

Permalink
Explicity install missing deps GitHub Actions
Browse files Browse the repository at this point in the history
We seem to have gotten this implicitly before, but now that GitHub has
switched to Ubuntu 24.04 we have to be explicit about it.
  • Loading branch information
CendioOssman committed Oct 15, 2024
1 parent dbb6ee4 commit a4c86a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libfltk1.3-dev fluid gettext appstream
sudo apt-get install -y libpixman-1-dev libjpeg-turbo8-dev
sudo apt-get install -y libgnutls28-dev nettle-dev libgmp-dev
sudo apt-get install -y libxtst-dev libxdamage-dev libxfixes-dev libxrandr-dev libpam-dev
sudo apt-get install -y libavcodec-dev libavutil-dev libswscale-dev
Expand Down

0 comments on commit a4c86a7

Please sign in to comment.