We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1796302 + 92b1b04 commit 78a7612Copy full SHA for 78a7612
.github/workflows/linux_builds.yml
@@ -101,14 +101,11 @@ jobs:
101
with:
102
submodules: recursive
103
104
- # Need newer mesa for lavapipe to work properly.
105
- name: Linux dependencies for tests
106
if: matrix.proj-test
107
run: |
108
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
+ sudo apt-get install mesa-vulkan-drivers
112
113
# TODO: Figure out somehow how to embed this one.
114
- name: wayland-scanner dependency
0 commit comments