[CI] Remove packages that are no longer necessary.

This commit is contained in:
bruvzg 2023-01-25 10:26:00 +02:00
parent a3a42159e3
commit 8cb7bd5230
No known key found for this signature in database
GPG Key ID: 7960FCF39844EC38
1 changed files with 2 additions and 4 deletions

View File

@ -82,10 +82,8 @@ jobs:
sudo cp -f misc/ci/sources.list /etc/apt/sources.list
sudo apt-get update
# The actual dependencies
sudo apt-get install build-essential pkg-config libx11-dev libxcursor-dev \
libxinerama-dev libgl1-mesa-dev libglu-dev libasound2-dev libpulse-dev \
libdbus-1-dev libudev-dev libxi-dev libxrandr-dev yasm xvfb wget unzip \
llvm libspeechd-dev speech-dispatcher fontconfig libfontconfig-dev libxkbcommon-dev
sudo apt-get install build-essential pkg-config libgl1-mesa-dev libglu-dev \
xvfb wget unzip llvm
- name: Setup Godot build cache
uses: ./.github/actions/godot-cache