mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
CI: Remove legacy dependency
This commit is contained in:
parent
0ed1c192e8
commit
92b1b0402c
1 changed files with 1 additions and 4 deletions
5
.github/workflows/linux_builds.yml
vendored
5
.github/workflows/linux_builds.yml
vendored
|
@ -101,14 +101,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
# Need newer mesa for lavapipe to work properly.
|
|
||||||
- name: Linux dependencies for tests
|
- name: Linux dependencies for tests
|
||||||
if: matrix.proj-test
|
if: matrix.proj-test
|
||||||
run: |
|
run: |
|
||||||
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB8B81E14DA65431D7504EA8F63F0F2B90935439
|
sudo apt-get install mesa-vulkan-drivers
|
||||||
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu jammy main"
|
|
||||||
sudo apt-get install -qq mesa-vulkan-drivers
|
|
||||||
|
|
||||||
# TODO: Figure out somehow how to embed this one.
|
# TODO: Figure out somehow how to embed this one.
|
||||||
- name: wayland-scanner dependency
|
- name: wayland-scanner dependency
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue