Browse Source

CI: Remove legacy dependency

Thaddeus Crews 4 months ago
parent
commit
92b1b0402c
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .github/workflows/linux_builds.yml

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

@@ -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 add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu jammy main"
-          sudo apt-get install -qq mesa-vulkan-drivers
+          sudo apt-get install 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