diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-01-25 10:26:00 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-01-25 10:55:34 +0200 |
commit | 8cb7bd52308ed752934e99d35769bfd02b31795b (patch) | |
tree | fc827615cfe051d8b62e1f7a5639168717979ef8 /.github | |
parent | a3a42159e31db27f8ae7c1ecad6a9ed417cb05de (diff) |
[CI] Remove packages that are no longer necessary.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux_builds.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index ce4f757a19..bfda7c72f8 100644 --- a/.github/workflows/linux_builds.yml +++ b/.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 |