ci: no more need for autoconf and make

main
Anonymous Maarten 2022-11-25 05:01:49 +01:00 committed by Sam Lantinga
parent cc0a31d09b
commit c7b5ff81e6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install build-essential git make autoconf automake libtool \
sudo apt-get install build-essential git \
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
libaudio-dev libjack-dev libsndio-dev libsamplerate0-dev libx11-dev libxext-dev \
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libwayland-dev \