Skip to content

Commit 78a7612

Browse files
committed
Merge pull request #105661 from Repiteo/ci/trim-dependencies
CI: Remove legacy dependency
2 parents 1796302 + 92b1b04 commit 78a7612

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/linux_builds.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,11 @@ jobs:
101101
with:
102102
submodules: recursive
103103

104-
# Need newer mesa for lavapipe to work properly.
105104
- name: Linux dependencies for tests
106105
if: matrix.proj-test
107106
run: |
108107
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
109-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB8B81E14DA65431D7504EA8F63F0F2B90935439
110-
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu jammy main"
111-
sudo apt-get install -qq mesa-vulkan-drivers
108+
sudo apt-get install mesa-vulkan-drivers
112109
113110
# TODO: Figure out somehow how to embed this one.
114111
- name: wayland-scanner dependency

0 commit comments

Comments
 (0)