Przeglądaj źródła

Merge pull request #72019 from bruvzg/ci_pkgs

[CI] Remove packages that are no longer necessary.
Rémi Verschelde 2 lat temu
rodzic
commit
15264ce5d9
1 zmienionych plików z 2 dodań i 4 usunięć
  1. 2 4
      .github/workflows/linux_builds.yml

+ 2 - 4
.github/workflows/linux_builds.yml

@@ -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